Controller.OnAuthorization(AuthorizationContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when authorization occurs.
protected virtual void OnAuthorization (System.Web.Mvc.AuthorizationContext filterContext);
abstract member OnAuthorization : System.Web.Mvc.AuthorizationContext -> unit
override this.OnAuthorization : System.Web.Mvc.AuthorizationContext -> unit
Protected Overridable Sub OnAuthorization (filterContext As AuthorizationContext)
Parameters
- filterContext
- AuthorizationContext
Information about the current request and action.