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

Default Better CMS host implementation.
Inheritance: ICmsHost
Afficher le fichier Open project: devbridge/BetterCMS

Méthodes publiques

Méthode 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 méthode

public DefaultCmsHost ( IWebModulesRegistration modulesRegistration, IMigrationRunner migrationRunner, IRedirectControl redirectControl ) : System.Web
modulesRegistration IWebModulesRegistration
migrationRunner IMigrationRunner
redirectControl IRedirectControl
Résultat System.Web

OnAuthenticateRequest() public méthode

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

OnBeginRequest() public méthode

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