System.Web.Mvc.Filters Namespace
The System.Web.Mvc.Filters namespace represents classes used in ASP.NET.MVC filtering.
Classes
Class | Description | |
---|---|---|
AuthenticationChallengeContext | Represents an authentication challenge context containing information for executing an authentication challenge. |
|
AuthenticationContext | Represents an authentication context containing information for performing authentication. |
Interfaces
Interface | Description | |
---|---|---|
IAuthenticationFilter | Defines a filter that performs authentication. |
|
IOverrideFilter | Defines a filter that overrides other filters. |
Return to top