Diphap.JsNetBridge.Mvc 1.2.36

There is a newer version of this package available.
See the version list below for details.
dotnet add package Diphap.JsNetBridge.Mvc --version 1.2.36
NuGet\Install-Package Diphap.JsNetBridge.Mvc -Version 1.2.36
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Diphap.JsNetBridge.Mvc" Version="1.2.36" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Diphap.JsNetBridge.Mvc --version 1.2.36
#r "nuget: Diphap.JsNetBridge.Mvc, 1.2.36"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Diphap.JsNetBridge.Mvc as a Cake Addin
#addin nuget:?package=Diphap.JsNetBridge.Mvc&version=1.2.36

// Install Diphap.JsNetBridge.Mvc as a Cake Tool
#tool nuget:?package=Diphap.JsNetBridge.Mvc&version=1.2.36

With Intellisense, the library provides information for easy writing to ajax requests in JavaScript for ASP.NET MVC ET WEB API applications.
The advantage is to have no more hard-coded client-side URL.
When writing of ajax requests, the library allows the developer front-end to retrieve the url generated
on the server side, to know the structure of data to send parameter and instantiate it.

[HOW TO USE IT]: https://jsnet.codeplex.com/
[SAMPLE APPLICATION]: https://jsnet.codeplex.com/releases

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.1 1,208 7/23/2017
1.5.3 982 6/26/2017
1.5.2 1,078 6/23/2017
1.3.45 994 3/8/2017
1.2.36 1,325 11/2/2016

Fix: bug on generation of url of action method: we remove the query string.
Improved readme.txt
Fix: bug on method (POST) in AjaxSettings.
Fix: bug on generation web api url
fix bug on ajax settings mvc: forgetting quote
Fix bug: enable the loadFromRemoteSources switch in config. of generator application.
Fixed bug for dataType ('json' or 'text') for mvc action
Fixed bug for dataType ('json' or 'text')
Fixed bug for redirecting assembly version
Fixed bug on the loading of assemblies