C# Class HelloWorld.WebHost.Global

Inheritance: System.Web.HttpApplication
显示文件 Open project: Ivony/HelloWorld

Protected Methods

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

Private Methods

Method Description
RegisterRoutes ( HttpRouteCollection routes ) : void

Method Details

Application_Start() protected method

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