System.Web.Mvc.Expressions 1.0.6

dotnet add package System.Web.Mvc.Expressions --version 1.0.6
                    
NuGet\Install-Package System.Web.Mvc.Expressions -Version 1.0.6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<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.
<PackageVersion Include="System.Web.Mvc.Expressions" Version="1.0.6" />
                    
Directory.Packages.props
<PackageReference Include="System.Web.Mvc.Expressions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add System.Web.Mvc.Expressions --version 1.0.6
                    
#r "nuget: System.Web.Mvc.Expressions, 1.0.6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=System.Web.Mvc.Expressions&version=1.0.6
                    
Install System.Web.Mvc.Expressions as a Cake Addin
#tool nuget:?package=System.Web.Mvc.Expressions&version=1.0.6
                    
Install System.Web.Mvc.Expressions as a Cake Tool

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())

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 115,472 1/12/2017
1.0.5 1,383 1/2/2017
1.0.4 58,628 12/1/2016
1.0.3 1,223 11/24/2016
1.0.2 8,573 8/19/2016
1.0.1 7,939 11/30/2015
1.0.0 1,687 11/30/2015
0.8.1 2,039 8/18/2015
0.8.0 1,490 6/15/2015
0.7.0 1,814 4/30/2015
0.6.0 1,716 4/28/2015
0.5.1 1,348 4/20/2015
0.5.0 1,728 1/19/2015
0.4.0 1,248 1/19/2015
0.3.0 1,514 12/4/2014
0.2.0 1,400 12/3/2014
0.1.1 1,413 12/2/2014
0.1.0 1,562 12/2/2014