C# Class BetterCms.Sandbox.Mvc4.MvcApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: devbridge/BetterCMS

Méthodes protégées

Méthode 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

Méthode 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 méthode

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.
Résultat void

Application_BeginRequest() protected méthode

protected Application_BeginRequest ( ) : void
Résultat void

Application_End() protected méthode

protected Application_End ( ) : void
Résultat void

Application_EndRequest() protected méthode

protected Application_EndRequest ( ) : void
Résultat void

Application_Error() protected méthode

protected Application_Error ( ) : void
Résultat void

Application_Start() protected méthode

protected Application_Start ( ) : void
Résultat void