Controller::IAuthorizationFilter::OnAuthorization Method
Visual Studio 2010
This API supports the MVC infrastructure and is not intended to be used directly from your code. This method calls the OnAuthorization method.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
private: virtual void OnAuthorization( AuthorizationContext^ filterContext ) sealed = IAuthorizationFilter::OnAuthorization
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.
Community Additions
ADD
Show: