Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Called when authorization is required.
Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
void OnAuthorization(
    AuthorizationContext filterContext
)
void OnAuthorization(
    AuthorizationContext^ filterContext
)
abstract OnAuthorization : 
        filterContext:AuthorizationContext -> unit
Sub OnAuthorization (
    filterContext As AuthorizationContext
)
Parameters
filterContext
Type: System.Web.Mvc.AuthorizationContextThe filter context.
See Also
IAuthorizationFilter Interface
System.Web.Mvc Namespace
Return to top