Diphap.JsNetBridge.Mvc
1.6.1
dotnet add package Diphap.JsNetBridge.Mvc --version 1.6.1
NuGet\Install-Package Diphap.JsNetBridge.Mvc -Version 1.6.1
<PackageReference Include="Diphap.JsNetBridge.Mvc" Version="1.6.1" />
paket add Diphap.JsNetBridge.Mvc --version 1.6.1
#r "nuget: Diphap.JsNetBridge.Mvc, 1.6.1"
// Install Diphap.JsNetBridge.Mvc as a Cake Addin #addin nuget:?package=Diphap.JsNetBridge.Mvc&version=1.6.1 // Install Diphap.JsNetBridge.Mvc as a Cake Tool #tool nuget:?package=Diphap.JsNetBridge.Mvc&version=1.6.1
[NEW: works with TypeScript]
A project to auto-generate JavaScript and TypeScript proxies for ASP.NET MVC and WebApi controllers.
With Intellisense, the library provides information for easy writing to ajax requests in JavaScript and in TypeScript for ASP.NET MVC and 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.
[1.6.1]
Fix bug for application MVC without Web API [2]
Correction to the recursive search engine for dependencies
Detection of instances of System.Objects and System. * And serialization in {}
Creating the list of analyzed object types for robustness of application
When generating scripts (TS and JS), verify that the object type is in the list of object types scanned for dependencies and for parameters of action methods.
[1.5.3]
[not important]Fix bug in the script Diphap.JsNetBridge.Example.js
[1.5.2]
Generates TypeScript definition types of JS proxies
Fix bug for application MVC without Web API
[1.3.45]
Compatible with ASP.NET Core (.NET Framework)
Fix: action.$AjaxSettings().Data is set at undefined