C# 클래스 Rock.Rest.Filters.SecuredAttribute

Checks to see if the Logged-In person has authorization View (HttpMethod: GET) or Edit (all other HttpMethods) for the RestController and Controller's associated EntityType
상속: System.Web.Http.Filters.ActionFilterAttribute
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void

Occurs before the action method is invoked.

메소드 상세

OnActionExecuting() 공개 메소드

Occurs before the action method is invoked.
public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void
actionContext System.Web.Http.Controllers.HttpActionContext The action context.
리턴 void