Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called when authorization occurs.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
protected virtual void OnAuthentication(
AuthenticationContext filterContext
)
protected:
virtual void OnAuthentication(
AuthenticationContext^ filterContext
)
abstract OnAuthentication :
filterContext:AuthenticationContext -> unit
override OnAuthentication :
filterContext:AuthenticationContext -> unit
Protected Overridable Sub OnAuthentication (
filterContext As AuthenticationContext
)
Parameters
filterContext
Type: System.Web.Mvc.Filters.AuthenticationContextInformation about the current request and action.
See Also
Controller Class
System.Web.Mvc Namespace
Return to top