C# Класс Rebel.Cms.Web.Mvc.ActionFilters.QueryStringFilterAttribute

Allows an Action to execute with an arbitrary number of QueryStrings
Just like you can POST an arbitrary number of parameters to an Action, you can't GET an arbitrary number but this will allow you to do it http://stackoverflow.com/questions/488061/passing-multiple-parameters-to-controller-in-asp-net-mvc-also-generating-on-the
Наследование: System.Web.Mvc.ActionFilterAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
QueryStringFilterAttribute ( string parameterName ) : System

Описание методов

OnActionExecuting() публичный Метод

public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Результат void

QueryStringFilterAttribute() публичный Метод

public QueryStringFilterAttribute ( string parameterName ) : System
parameterName string
Результат System