System.Web.Mvc.Expressions
1.0.6
Extension methods allowing using Lambda Expressions instead of magic strings in your ASP.NET MVC 5 application.
Currently supported:
- RedirectToAction(c => c.Index())
- RedirectToActionPermanent(c => c.Index())
- AddModelError(m => m.Property, "Invalid property")
- Html.ActionLink(c => c.Index())
- Html.BeginForm(c => c.Index())
- Html.RenderAction(c => c.Index())
- Html.Action(c => c.Index())
- Url.Action(c => c.Index())
- Ajax.ActionLink(c => c.Index())
- Ajax.BeginForm(c => c.Index())
Install-Package System.Web.Mvc.Expressions -Version 1.0.6
dotnet add package System.Web.Mvc.Expressions --version 1.0.6
<PackageReference Include="System.Web.Mvc.Expressions" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Web.Mvc.Expressions --version 1.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.Web.Mvc.Expressions, 1.0.6"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
- Microsoft.AspNet.Mvc (>= 5.2.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.6 | 42,564 | 1/12/2017 |
1.0.5 | 733 | 1/2/2017 |
1.0.4 | 17,322 | 12/1/2016 |
1.0.3 | 617 | 11/24/2016 |
1.0.2 | 7,866 | 8/19/2016 |
1.0.1 | 6,324 | 11/30/2015 |
1.0.0 | 696 | 11/30/2015 |
0.8.1 | 1,274 | 8/18/2015 |
0.8.0 | 830 | 6/15/2015 |
0.7.0 | 904 | 4/30/2015 |
0.6.0 | 695 | 4/28/2015 |
0.5.1 | 608 | 4/20/2015 |
0.5.0 | 1,027 | 1/19/2015 |
0.4.0 | 601 | 1/19/2015 |
0.3.0 | 721 | 12/4/2014 |
0.2.0 | 616 | 12/3/2014 |
0.1.1 | 615 | 12/2/2014 |
0.1.0 | 687 | 12/2/2014 |