ValidateAntiForgeryTokenAttribute.OnAuthorization 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 is required.
public void OnAuthorization (System.Web.Mvc.AuthorizationContext filterContext);
abstract member OnAuthorization : System.Web.Mvc.AuthorizationContext -> unit
override this.OnAuthorization : System.Web.Mvc.AuthorizationContext -> unit
Public Sub OnAuthorization (filterContext As AuthorizationContext)
Parameters
- filterContext
- AuthorizationContext
The filter context.
Implements
Exceptions
The filterContext
parameter is null.