Info
Version: | 6.0.0 |
Author(s): | Jeffrey Palermo |
Last Update: | Wednesday, February 29, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/jeffreypalermo/action-parameter-alias |
NuGet Url: | https://www.nuget.org/packages/ActionParameterAlias |
Install
Install-Package ActionParameterAlias
dotnet add package ActionParameterAlias
paket add ActionParameterAlias
ActionParameterAlias Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Set action parameter to "product" and place "productid" on querystring. i.e. public ActionResult Index([Alias("pid"]Product product) ..add global filter ..
filters.Add(new AliasInitializer());.