Method | Description | |
---|---|---|
OnAuthorization ( System.Web.Mvc.AuthorizationContext filterContext ) : void |
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 |
return | void |