C# 클래스 Suteki.TardisBank.Web.Mvc.MvcApplication

Represents the MVC Application
For instructions on enabling IIS6 or IIS7 classic mode, visit http://go.microsoft.com/?LinkId=9394801
상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: sharparchitecture/Sharp-Architecture

보호된 메소드들

메소드 설명
Application_AuthenticateRequest ( object sender, EventArgs e ) : void

Loads user roles from authentication ticket.

Application_Error ( object sender, EventArgs e ) : void
Application_Start ( ) : void

Application startup.

InitializeContainer ( ) : IWindsorContainer

Instantiate the container and add all Controllers that derive from WindsorController to the container. Also associate the Controller with the WindsorContainer ControllerFactory.

메소드 상세

Application_AuthenticateRequest() 보호된 메소드

Loads user roles from authentication ticket.
protected Application_AuthenticateRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Application_Error() 보호된 메소드

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

Application_Start() 보호된 메소드

Application startup.
protected Application_Start ( ) : void
리턴 void

InitializeContainer() 보호된 메소드

Instantiate the container and add all Controllers that derive from WindsorController to the container. Also associate the Controller with the WindsorContainer ControllerFactory.
protected InitializeContainer ( ) : IWindsorContainer
리턴 IWindsorContainer