C# Класс BetterCms.Sandbox.Mvc4.MvcApplication

Наследование: System.Web.HttpApplication
Показать файл Открыть проект

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

Application_AuthenticateRequest() защищенный Метод

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.
Результат void

Application_BeginRequest() защищенный Метод

protected Application_BeginRequest ( ) : void
Результат void

Application_End() защищенный Метод

protected Application_End ( ) : void
Результат void

Application_EndRequest() защищенный Метод

protected Application_EndRequest ( ) : void
Результат void

Application_Error() защищенный Метод

protected Application_Error ( ) : void
Результат void

Application_Start() защищенный Метод

protected Application_Start ( ) : void
Результат void