C# 클래스 API_13.RequestActionFilterAttribute

상속: System.Web.Http.Filters.ActionFilterAttribute
파일 보기 프로젝트 열기: BarlowDu/WebAPI

공개 메소드들

메소드 설명
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void
OnActionExecuting ( System actionContext ) : void

보호된 메소드들

메소드 설명
GetFilterScope ( HttpActionDescriptor descriptor ) : FilterScope?

메소드 상세

GetFilterScope() 보호된 메소드

protected GetFilterScope ( HttpActionDescriptor descriptor ) : FilterScope?
descriptor HttpActionDescriptor
리턴 FilterScope?

OnActionExecuted() 공개 메소드

public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void
actionExecutedContext System.Web.Http.Filters.HttpActionExecutedContext
리턴 void

OnActionExecuting() 공개 메소드

public OnActionExecuting ( System actionContext ) : void
actionContext System
리턴 void