C# Class EventServer.UI.MvcApplication

Inheritance: System.Web.HttpApplication
ファイルを表示 Open project: roundtable/EventServer

Public Methods

Method Description
RegisterRoutes ( RouteCollection routes ) : void

Protected Methods

Method Description
Application_PreRequestHandlerExecute ( object sender, EventArgs e ) : void
Application_Start ( ) : void

Private Methods

Method Description
CheckForWWW ( ) : void
EnsureSpecialPagesExist ( ) : void
SetSystemPath ( ) : void
SetVersionInfo ( ) : void

Method Details

Application_PreRequestHandlerExecute() protected method

protected Application_PreRequestHandlerExecute ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Application_Start() protected method

protected Application_Start ( ) : void
return void

RegisterRoutes() public static method

public static RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection
return void