AuthorizeAttribute Methods

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_protmethodAuthorizeCore(HttpContextBase)

When overridden, provides an entry point for custom authorization checks.

System_CAPS_pubmethodEquals(Object)

(Inherited from Attribute.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodHandleUnauthorizedRequest(AuthorizationContext)

Processes HTTP requests that fail authorization.

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object)

(Inherited from Attribute.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOnAuthorization(AuthorizationContext)

Called when a process requests authorization.

System_CAPS_protmethodOnCacheAuthorization(HttpContextBase)

Called when the caching module requests authorization.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: