Controller.OnAuthorization Method

Called when authorization occurs.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

abstract OnAuthorization : 
        filterContext:AuthorizationContext -> unit  
override OnAuthorization : 
        filterContext:AuthorizationContext -> unit

Parameters

filterContext
Type: System.Web.Mvc.AuthorizationContext

Information about the current request and action.

Show: