C# Class SenseNet.Portal.Global

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
RegisterRoutes ( RouteCollection routes ) : void

Méthodes protégées

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

Private Methods

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

Method Details

ApplicationEndHandler() protected static méthode

protected static ApplicationEndHandler ( object sender, EventArgs e, System.Web.HttpApplication application ) : void
sender object
e System.EventArgs
application System.Web.HttpApplication
Résultat void

ApplicationErrorHandler() protected static méthode

protected static ApplicationErrorHandler ( object sender, EventArgs e, System.Web.HttpApplication application ) : void
sender object
e System.EventArgs
application System.Web.HttpApplication
Résultat void

ApplicationStartHandler() protected static méthode

protected static ApplicationStartHandler ( object sender, EventArgs e, System.Web.HttpApplication application ) : void
sender object
e System.EventArgs
application System.Web.HttpApplication
Résultat void

Application_BeginRequest() protected méthode

protected Application_BeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Application_End() protected méthode

protected Application_End ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Application_EndRequest() protected méthode

protected Application_EndRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Application_Error() protected méthode

protected Application_Error ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Application_Start() protected méthode

protected Application_Start ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

RegisterRoutes() public static méthode

public static RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection
Résultat void