Controller.OnAuthorization Method

Called when authorization occurs.

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

'Declaration
Protected Overridable Sub OnAuthorization ( _
	filterContext As AuthorizationContext _
)
'Usage
Dim filterContext As AuthorizationContext

Me.OnAuthorization(filterContext)

Parameters

filterContext
Type: System.Web.Mvc.AuthorizationContext
Information about the current request and action.
Show: