C# Class MyApp.MvcApplication

Inheritance: System.Web.HttpApplication
Datei anzeigen Open project: pocket-playlab/jsonfx-v1

Protected Methods

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

Private Methods

Method Description
Page_Error ( object sender, System e ) : void
Page_PreRenderComplete ( object sender, EventArgs e ) : void
RegisterBinders ( ) : void
RegisterRoutes ( RouteCollection routes ) : void

Method Details

Application_PreRequestHandlerExecute() protected method

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

Application_Start() protected method

protected Application_Start ( ) : void
return void