C# Class BetterCms.Sandbox.Mvc4.MvcApplication

Inheritance: System.Web.HttpApplication
显示文件 Open project: devbridge/BetterCMS

Protected Methods

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

Handles the AuthenticateRequest event of the Application control.

Application_BeginRequest ( ) : void
Application_End ( ) : void
Application_EndRequest ( ) : void
Application_Error ( ) : void
Application_Start ( ) : void

Private Methods

Method Description
AddBlogAuthorEvents ( ) : void
AddBlogPostEvents ( ) : void
AddCategoryEvents ( ) : void
AddContentEvents ( ) : void
AddLanguageEvents ( ) : void
AddLayoutEvents ( ) : void
AddMediaManagerEvents ( ) : void
AddNewsletterEvents ( ) : void
AddPageEvents ( ) : void
AddRedirectEvents ( ) : void
AddSitemapEvents ( ) : void
AddTagEvents ( ) : void
AddUsersEvents ( ) : void
AddWidgetEvents ( ) : void
Events_PageRendering ( BetterCms.Events.PageRenderingEventArgs args ) : void

Method Details

Application_AuthenticateRequest() protected method

Handles the AuthenticateRequest event of the Application control.
protected Application_AuthenticateRequest ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

Application_BeginRequest() protected method

protected Application_BeginRequest ( ) : void
return void

Application_End() protected method

protected Application_End ( ) : void
return void

Application_EndRequest() protected method

protected Application_EndRequest ( ) : void
return void

Application_Error() protected method

protected Application_Error ( ) : void
return void

Application_Start() protected method

protected Application_Start ( ) : void
return void