System.Web.Mvc.Filters Namespace

 

The System.Web.Mvc.Filters namespace represents classes used in ASP.NET.MVC filtering.

Classes

Class Description
System_CAPS_pubclass AuthenticationChallengeContext

Represents an authentication challenge context containing information for executing an authentication challenge.

System_CAPS_pubclass AuthenticationContext

Represents an authentication context containing information for performing authentication.

Interfaces

Interface Description
System_CAPS_pubinterface IAuthenticationFilter

Defines a filter that performs authentication.

System_CAPS_pubinterface IOverrideFilter

Defines a filter that overrides other filters.

Return to top