C# Class Cats.MvcApplication

Inheritance: System.Web.HttpApplication
Exibir arquivo Open project: edgecomputing/cats

Protected Methods

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

Method Details

Application_AuthenticateRequest() protected method

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

Application_BeginRequest() protected method

protected Application_BeginRequest ( ) : void
return void

Application_EndRequest() protected method

protected Application_EndRequest ( ) : void
return void

Application_Start() protected method

protected Application_Start ( ) : void
return void