C# Class BookMgnt.MvcApplication

Inheritance: System.Web.HttpApplication
Show file Open project: hiepbh/Assignment

Protected Methods

Method Description
Application_PostAuthenticateRequest ( Object sender, EventArgs e ) : void
Application_Start ( ) : void

Method Details

Application_PostAuthenticateRequest() protected method

protected Application_PostAuthenticateRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void

Application_Start() protected method

protected Application_Start ( ) : void
return void