C# Class Amss.Boilerplate.Web.MvcApplication

Inheritance: System.Web.HttpApplication
Datei anzeigen Open project: quadio/amss-boilerplate

Protected Methods

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

Private Methods

Method Description
GetPrincipal ( ) : IPrincipal
HandleCustomErrors ( Exception exception ) : 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 ( 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 ( ) : void
return void

Application_Start() protected method

protected Application_Start ( ) : void
return void