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" />
paket add System.Web.Mvc.Expressions --version 1.0.0
#r "nuget: System.Web.Mvc.Expressions, 1.0.0"
// Install System.Web.Mvc.Expressions as a Cake Addin #addin nuget:?package=System.Web.Mvc.Expressions&version=1.0.0 // Install System.Web.Mvc.Expressions as a Cake Tool #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 | 109,649 | 1/12/2017 |
1.0.5 | 1,292 | 1/2/2017 |
1.0.4 | 56,028 | 12/1/2016 |
1.0.3 | 1,134 | 11/24/2016 |
1.0.2 | 8,479 | 8/19/2016 |
1.0.1 | 7,688 | 11/30/2015 |
1.0.0 | 1,588 | 11/30/2015 |
0.8.1 | 1,939 | 8/18/2015 |
0.8.0 | 1,395 | 6/15/2015 |
0.7.0 | 1,713 | 4/30/2015 |
0.6.0 | 1,569 | 4/28/2015 |
0.5.1 | 1,252 | 4/20/2015 |
0.5.0 | 1,623 | 1/19/2015 |
0.4.0 | 1,147 | 1/19/2015 |
0.3.0 | 1,417 | 12/4/2014 |
0.2.0 | 1,301 | 12/3/2014 |
0.1.1 | 1,317 | 12/2/2014 |
0.1.0 | 1,461 | 12/2/2014 |