C# 클래스 BetterCms.Core.Environment.Host.DefaultCmsHost

Default Better CMS host implementation.
상속: ICmsHost
파일 보기 프로젝트 열기: devbridge/BetterCMS

공개 메소드들

메소드 설명
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.

메소드 상세

DefaultCmsHost() 공개 메소드

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

OnAuthenticateRequest() 공개 메소드

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

OnBeginRequest() 공개 메소드

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