IAuthorizationFilter Interface
Defines the methods that are required for an authorization filter.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Interface IAuthorizationFilter
public interface IAuthorizationFilter
public interface class IAuthorizationFilter
The IAuthorizationFilter type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnAuthorization | Called when authorization is required. |
Top