MvcApplication Methods

Construction Manager

MvcApplication Methods

The MvcApplication type exposes the following members.

Methods
  NameDescription
Public methodAddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnBeginRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnBeginRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnEndRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnEndRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnLogRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnLogRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Public methodAddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler) (Inherited from HttpApplication.)
Public methodAddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object) (Inherited from HttpApplication.)
Protected methodApplication_Start
Public methodCompleteRequest (Inherited from HttpApplication.)
Public methodDispose (Inherited from HttpApplication.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetOutputCacheProviderName (Inherited from HttpApplication.)
Public methodGetType (Inherited from Object.)
Public methodGetVaryByCustomString (Inherited from HttpApplication.)
Public methodInit (Inherited from HttpApplication.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also