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.
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 | 40,888 | 1/12/2017 |
1.0.5 | 639 | 1/2/2017 |
1.0.4 | 16,800 | 12/1/2016 |
1.0.3 | 527 | 11/24/2016 |
1.0.2 | 7,773 | 8/19/2016 |
1.0.1 | 6,182 | 11/30/2015 |
1.0.0 | 592 | 11/30/2015 |
0.8.1 | 1,181 | 8/18/2015 |
0.8.0 | 736 | 6/15/2015 |
0.7.0 | 804 | 4/30/2015 |
0.6.0 | 608 | 4/28/2015 |
0.5.1 | 506 | 4/20/2015 |
0.5.0 | 937 | 1/19/2015 |
0.4.0 | 504 | 1/19/2015 |
0.3.0 | 607 | 12/4/2014 |
0.2.0 | 503 | 12/3/2014 |
0.1.1 | 509 | 12/2/2014 |
0.1.0 | 580 | 12/2/2014 |