C# Class MyApp.MvcApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: pocket-playlab/jsonfx-v1

Méthodes protégées

Méthode Description
Application_PreRequestHandlerExecute ( object sender, System e ) : void
Application_Start ( ) : void

Private Methods

Méthode 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 méthode

protected Application_PreRequestHandlerExecute ( object sender, System e ) : void
sender object
e System
Résultat void

Application_Start() protected méthode

protected Application_Start ( ) : void
Résultat void