C# Класс Umbraco.Belle.System.Trees.HttpQueryStringFilterAttribute

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
Наследование: System.Web.Http.Filters.ActionFilterAttribute
Показать файл Открыть проект

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

Метод Описание
HttpQueryStringFilterAttribute ( string parameterName ) : System
OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void

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

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

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

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

public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void
actionContext System.Web.Http.Controllers.HttpActionContext
Результат void