Diphap.JsNetBridge.Mvc 1.3.45

There is a newer version of this package available.
See the version list below for details.
dotnet add package Diphap.JsNetBridge.Mvc --version 1.3.45
NuGet\Install-Package Diphap.JsNetBridge.Mvc -Version 1.3.45
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.3.45" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Diphap.JsNetBridge.Mvc --version 1.3.45
#r "nuget: Diphap.JsNetBridge.Mvc, 1.3.45"
#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.3.45

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

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 net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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,205 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

Compatible with ASP.NET Core (.NET Framework)
Fix: action.$AjaxSettings().Data is set at undefined.