C# 클래스 Nop.Web.MvcApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: jimmy00784/nopCommerce-Linux-Mysql

공개 메소드들

메소드 설명
RegisterGlobalFilters ( GlobalFilterCollection filters ) : void
RegisterRoutes ( RouteCollection routes ) : void

보호된 메소드들

메소드 설명
Application_AuthenticateRequest ( object sender, EventArgs e ) : void
Application_BeginRequest ( object sender, EventArgs e ) : void
Application_EndRequest ( object sender, EventArgs e ) : void
Application_Error ( Object sender, EventArgs e ) : void
Application_Start ( ) : void
EnsureDatabaseIsInstalled ( ) : void
LogException ( Exception exc ) : void
SetWorkingCulture ( ) : void

메소드 상세

Application_AuthenticateRequest() 보호된 메소드

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

Application_BeginRequest() 보호된 메소드

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

Application_EndRequest() 보호된 메소드

protected Application_EndRequest ( 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() 보호된 메소드

protected Application_Start ( ) : void
리턴 void

EnsureDatabaseIsInstalled() 보호된 메소드

protected EnsureDatabaseIsInstalled ( ) : void
리턴 void

LogException() 보호된 메소드

protected LogException ( Exception exc ) : void
exc System.Exception
리턴 void

RegisterGlobalFilters() 공개 정적인 메소드

public static RegisterGlobalFilters ( GlobalFilterCollection filters ) : void
filters GlobalFilterCollection
리턴 void

RegisterRoutes() 공개 정적인 메소드

public static RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection
리턴 void

SetWorkingCulture() 보호된 메소드

protected SetWorkingCulture ( ) : void
리턴 void