C# Class ProjetoAgendamento.MvcApplication

Inheritance: System.Web.HttpApplication
Exibir arquivo Open project: Doctor9/doctor9

Protected Methods

Method Description
Application_AuthenticateRequest ( object sender, EventArgs e ) : 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_Start() protected method

protected Application_Start ( ) : void
return void