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
파일 보기 프로젝트 열기: umbraco/Belle

공개 메소드들

메소드 설명
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