๐Ÿ“ฆ XVincentX / JsAction

Routehandler for asp net, even if deprecated

โ˜… 4 stars โ‘‚ 1 forks ๐Ÿ‘ 4 watching
๐Ÿ“ฅ Clone https://github.com/XVincentX/JsAction.git
HTTPS git clone https://github.com/XVincentX/JsAction.git
SSH git clone git@github.com:XVincentX/JsAction.git
CLI gh repo clone XVincentX/JsAction
Vincenzo Chianese Vincenzo Chianese Update README.md 4df023d 9 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ JsAction.BASE
๐Ÿ“ JsAction.MVC
๐Ÿ“ JsAction.mvcct
๐Ÿ“ JsAction.WEBAPI
๐Ÿ“ mvcctTest
๐Ÿ“ packages
๐Ÿ“ TestApp
๐Ÿ“ TestPackageProject
๐Ÿ“ WebForm
๐Ÿ“„ JsAction.0.5.nupkg
๐Ÿ“„ JsAction.nuspec
๐Ÿ“„ JsAction.sln
๐Ÿ“„ NuGet.exe
๐Ÿ“„ README.md
๐Ÿ“„ README.md

JsAction ========

No Maintenance Intended

Build Status: Build status

JsAction is a simple and lightweight RouteHandler for ASP.NET MVC that will generate automatic jQuery based Javascript and provide a direct way to call MVC Action Methods using a single data annotation.

You will no longer have to write custom ajax calls to retrieve data, but just use this library.

  • Mark your method with JsActionAttribute
Image1

  • Call it directly from JavaScript with FULL intellisense support!!
Image1

qUnit tested:

Image1

Check the Wiki for more informations.