C# Class MVC5.Web.MvcApplication

Inheritance: System.Web.HttpApplication
显示文件 Open project: rabbal/AspNetMVCNTierTemp

Protected Methods

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

Private Methods

Method Description
Application_BeginRequest ( object sender, EventArgs e ) : void
SetPermissions ( IEnumerable permissions ) : void
ShouldIgnoreRequest ( ) : bool

Method Details

Application_AuthenticateRequest() protected method

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

Application_EndRequest() protected method

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

Application_Start() protected method

protected Application_Start ( ) : void
return void