ComponentOne ASP.NET MVC Controls
OnAuthorization Method

C1.Web.Mvc Namespace > C1AntiForgeryTokenAttribute Class : OnAuthorization Method
Implement the authorizing logic base on the RequestVerificationToken value in the request header.
Syntax
'Declaration
 
Public Sub OnAuthorization( _
   ByVal filterContext As AuthorizationContext _
) 
public void OnAuthorization( 
   AuthorizationContext filterContext
)

Parameters

filterContext
See Also

Reference

C1AntiForgeryTokenAttribute Class
C1AntiForgeryTokenAttribute Members