C# 클래스 BetterCms.Sandbox.Mvc4.MvcApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: devbridge/BetterCMS

보호된 메소드들

메소드 설명
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