C# Class BetterCms.Core.Environment.Host.DefaultCmsHost

Default Better CMS host implementation.
Inheritance: ICmsHost
Show file Open project: devbridge/BetterCMS

Public Methods

Method Description
DefaultCmsHost ( IWebModulesRegistration modulesRegistration, IMigrationRunner migrationRunner, IRedirectControl redirectControl ) : System.Web
OnAuthenticateRequest ( System.Web.HttpApplication application ) : void

Called when the host application authenticates a web request.

OnBeginRequest ( System.Web.HttpApplication application ) : void

Called when the lifecyle of the request begins.

Method Details

DefaultCmsHost() public method

public DefaultCmsHost ( IWebModulesRegistration modulesRegistration, IMigrationRunner migrationRunner, IRedirectControl redirectControl ) : System.Web
modulesRegistration IWebModulesRegistration
migrationRunner IMigrationRunner
redirectControl IRedirectControl
return System.Web

OnAuthenticateRequest() public method

Called when the host application authenticates a web request.
public OnAuthenticateRequest ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication
return void

OnBeginRequest() public method

Called when the lifecyle of the request begins.
public OnBeginRequest ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication The application.
return void