C# Class Project.Web.MvcApplication

Inheritance: Ninject.Web.Mvc.NinjectHttpApplication
ファイルを表示 Open project: tylermercier/mvc_template

Protected Methods

Method Description
Application_BeginRequest ( object sender, EventArgs e ) : void
Application_End ( ) : void
Application_EndRequest ( object sender, EventArgs e ) : void
Application_Error ( object sender, EventArgs e ) : void
Application_Start ( ) : void

Method Details

Application_BeginRequest() protected method

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

Application_End() protected method

protected Application_End ( ) : void
return void

Application_EndRequest() protected method

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

Application_Error() protected method

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

Application_Start() protected method

protected Application_Start ( ) : void
return void