System.Web.Mvc.Expressions
1.0.0
See the version list below for details.
dotnet add package System.Web.Mvc.Expressions --version 1.0.0
NuGet\Install-Package System.Web.Mvc.Expressions -Version 1.0.0
<PackageReference Include="System.Web.Mvc.Expressions" Version="1.0.0" />
<PackageVersion Include="System.Web.Mvc.Expressions" Version="1.0.0" />
<PackageReference Include="System.Web.Mvc.Expressions" />
paket add System.Web.Mvc.Expressions --version 1.0.0
#r "nuget: System.Web.Mvc.Expressions, 1.0.0"
#:package System.Web.Mvc.Expressions@1.0.0
#addin nuget:?package=System.Web.Mvc.Expressions&version=1.0.0
#tool nuget:?package=System.Web.Mvc.Expressions&version=1.0.0
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())
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.AspNet.Mvc (>= 5.2.3)
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.0.6 | 125,755 | 1/12/2017 |
| 1.0.5 | 1,820 | 1/2/2017 |
| 1.0.4 | 61,221 | 12/1/2016 |
| 1.0.3 | 1,668 | 11/24/2016 |
| 1.0.2 | 9,279 | 8/19/2016 |
| 1.0.1 | 8,484 | 11/30/2015 |
| 1.0.0 | 2,629 | 11/30/2015 |
| 0.8.1 | 2,491 | 8/18/2015 |
| 0.8.0 | 1,917 | 6/15/2015 |
| 0.7.0 | 2,243 | 4/30/2015 |
| 0.6.0 | 2,267 | 4/28/2015 |
| 0.5.1 | 1,782 | 4/20/2015 |
| 0.5.0 | 2,191 | 1/19/2015 |
| 0.4.0 | 1,697 | 1/19/2015 |
| 0.3.0 | 1,964 | 12/4/2014 |
| 0.2.0 | 1,859 | 12/3/2014 |
| 0.1.1 | 1,871 | 12/2/2014 |
| 0.1.0 | 2,018 | 12/2/2014 |