C# 클래스 Core.Web.MvcApplication

상속: Core.Framework.MEF.Web.Application
파일 보기 프로젝트 열기: coreframework/Core-Framework

보호된 메소드들

메소드 설명
Application_Error ( object sender, EventArgs e ) : void
Application_PostAuthenticateRequest ( Object sender, EventArgs e ) : void

Handles the PostAuthenticateRequest event of the Application control.

Compose ( ) : void
PreCompose ( ) : void

Creates the instance of the Unity container.

RegisterAreas ( ) : void

Registers the areas.

비공개 메소드들

메소드 설명
ConfigureApplication ( ) : void

Configures the application.

ExecuteBootstrapperTasks ( ) : void

Executes the bootstrapper tasks.

InitializeLogger ( ) : void

Initializes the logger.

RegisterPermissibleObjects ( ) : void
RegisterTypes ( ) : void

Registers any types required for the container.

메소드 상세

Application_Error() 보호된 메소드

protected Application_Error ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Application_PostAuthenticateRequest() 보호된 메소드

Handles the PostAuthenticateRequest event of the Application control.
protected Application_PostAuthenticateRequest ( Object sender, EventArgs e ) : void
sender Object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

Compose() 보호된 메소드

protected Compose ( ) : void
리턴 void

PreCompose() 보호된 메소드

Creates the instance of the Unity container.
protected PreCompose ( ) : void
리턴 void

RegisterAreas() 보호된 정적인 메소드

Registers the areas.
protected static RegisterAreas ( ) : void
리턴 void