C# 클래스 SenseNet.Portal.Global

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

공개 메소드들

메소드 설명
RegisterRoutes ( RouteCollection routes ) : void

보호된 메소드들

메소드 설명
ApplicationEndHandler ( object sender, EventArgs e, System.Web.HttpApplication application ) : void
ApplicationErrorHandler ( object sender, EventArgs e, System.Web.HttpApplication application ) : void
ApplicationStartHandler ( object sender, EventArgs e, System.Web.HttpApplication application ) : void
Application_BeginRequest ( object sender, EventArgs e ) : void
Application_End ( object sender, EventArgs e ) : void
Application_EndRequest ( object sender, EventArgs e ) : void
Application_Error ( object sender, EventArgs e ) : void
Application_Start ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
GetDefaultErrorPageHtml ( string serverMapPath, string page, string offlinePage, bool tryOnline ) : string

Gets the default error page HTML.

GetDefaultLocalErrorPageHtml ( string p, bool tryOnline ) : string

Gets the default local error page HTML.

GetDefaultUserErrorPageHtml ( string p, bool tryOnline ) : string

Gets the default user error page HTML.

GetStatusCode ( Exception exception, int &exceptionStatusCode, int &exceptionSubStatusCode ) : bool
InsertErrorMessagesIntoHtml ( Exception exception, string errorPageHtml ) : string

메소드 상세

ApplicationEndHandler() 보호된 정적인 메소드

protected static ApplicationEndHandler ( object sender, EventArgs e, System.Web.HttpApplication application ) : void
sender object
e System.EventArgs
application System.Web.HttpApplication
리턴 void

ApplicationErrorHandler() 보호된 정적인 메소드

protected static ApplicationErrorHandler ( object sender, EventArgs e, System.Web.HttpApplication application ) : void
sender object
e System.EventArgs
application System.Web.HttpApplication
리턴 void

ApplicationStartHandler() 보호된 정적인 메소드

protected static ApplicationStartHandler ( object sender, EventArgs e, System.Web.HttpApplication application ) : void
sender object
e System.EventArgs
application System.Web.HttpApplication
리턴 void

Application_BeginRequest() 보호된 메소드

protected Application_BeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Application_End() 보호된 메소드

protected Application_End ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Application_EndRequest() 보호된 메소드

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

Application_Error() 보호된 메소드

protected Application_Error ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Application_Start() 보호된 메소드

protected Application_Start ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

RegisterRoutes() 공개 정적인 메소드

public static RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection
리턴 void