Controller.IAuthorizationFilter.OnAuthorization Method
This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. This method calls the OnAuthorization method.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- filterContext
- Type: System.Web.Mvc.AuthorizationContext
The filter context.
Implements
IAuthorizationFilter.OnAuthorization(AuthorizationContext)This member is an explicit interface member implementation. It can be used only when a derived Controller instance is cast to an IAuthorizationFilter interface.
Show: