C# 클래스 InitializeSiteAdminAndSettings, JustPressPlay

상속: AuthorizeAttribute
파일 보기 프로젝트 열기: RIT-MAGIC/JustPressPlay

공개 메소드들

메소드 설명
OnAuthorization ( System.Web.Mvc.AuthorizationContext filterContext ) : void

What to do while authorizing - This occurs AFTER the base controller's OnAuthorization

메소드 상세

OnAuthorization() 공개 메소드

What to do while authorizing - This occurs AFTER the base controller's OnAuthorization
public OnAuthorization ( System.Web.Mvc.AuthorizationContext filterContext ) : void
filterContext System.Web.Mvc.AuthorizationContext Info about the authorization
리턴 void