Suoranta.EnterpriseLib.Web - Developer API

EnterpriseLibMvcApp Members

The EnterpriseLibMvcApp type exposes the following members.

Methods


  Name Description
Public method AddOnAcquireRequestStateAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnAcquireRequestStateAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnAuthenticateRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnAuthenticateRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnAuthorizeRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnAuthorizeRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnBeginRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnBeginRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnEndRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnEndRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnLogRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnLogRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnMapRequestHandlerAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnMapRequestHandlerAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnPostAcquireRequestStateAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostAcquireRequestStateAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnPostAuthenticateRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostAuthenticateRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnPostAuthorizeRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostAuthorizeRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnPostLogRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostLogRequestAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnPostMapRequestHandlerAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostMapRequestHandlerAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnPostReleaseRequestStateAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostReleaseRequestStateAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnPostRequestHandlerExecuteAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostRequestHandlerExecuteAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnPostResolveRequestCacheAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostResolveRequestCacheAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnPostUpdateRequestCacheAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPostUpdateRequestCacheAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnPreRequestHandlerExecuteAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnPreRequestHandlerExecuteAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnReleaseRequestStateAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnReleaseRequestStateAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnResolveRequestCacheAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnResolveRequestCacheAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Public method AddOnUpdateRequestCacheAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler) (Inherited from HttpApplication.)
Public method AddOnUpdateRequestCacheAsync(System.Web.BeginEventHandler,System.Web.EndEventHandler,System.Object) (Inherited from HttpApplication.)
Protected method Application_Start
The MVC application entry point.
Public method CompleteRequest (Inherited from HttpApplication.)
Public method Dispose (Inherited from HttpApplication.)
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetOutputCacheProviderName(System.Web.HttpContext) (Inherited from HttpApplication.)
Public method GetType (Inherited from Object.)
Public method GetVaryByCustomString(System.Web.HttpContext,System.String) (Inherited from HttpApplication.)
Public method Init (Inherited from HttpApplication.)
Protected method InitializeInstance
Protected method LoadConfiguration
Loads EnterpriseLibSectionGroup from web.config.
Protected method MemberwiseClone (Inherited from Object.)
Public method OnExecuteRequestStep(System.Action{System.Web.HttpContextBase, System.Action}) (Inherited from HttpApplication.)
Protected method RegisterBundles
Override as necessary .
Protected method RegisterGlobalFilters
Add app-specific filter to filter collection
Protected method RegisterRoutes
Add app-specific routes to route collection
Protected method RegisterWebApiConfig
Override as necessary
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property Application (Inherited from HttpApplication.)
Public property Context (Inherited from HttpApplication.)
Protected property Events (Inherited from HttpApplication.)
Public property LibSettings
Public property Static member MainAssembly
Assembly that contains app-specific modules
Public property Modules (Inherited from HttpApplication.)
Public property RegisterViewEngine
Determines whether SuorantaViewEngine is registered as the view engine.
Public property Request (Inherited from HttpApplication.)
Public property Response (Inherited from HttpApplication.)
Public property Server (Inherited from HttpApplication.)
Public property Session (Inherited from HttpApplication.)
Public property Site (Inherited from HttpApplication.)
Public property TypeLocator
Public property User (Inherited from HttpApplication.)
Public property WebSettings