View Source
Class UmbracoApplication
Represents the Umbraco global.asax class.
Inheritance
System.Object
System.Web.HttpApplication
Assembly: Umbraco.Web.dll
Syntax
public class UmbracoApplication : UmbracoApplicationBase, IComponent, IDisposable, IHttpAsyncHandler, IHttpHandler
Methods
View Source
GetBootErrorFileName()
Returns the absolute filename to the BootException html file.
Declaration
protected virtual string GetBootErrorFileName()
Returns
Type |
Description |
System.String |
|
View Source
GetMainDom(ILogger)
Declaration
protected virtual IMainDom GetMainDom(ILogger logger)
Parameters
Type |
Name |
Description |
ILogger |
logger |
|
Returns
View Source
GetRuntime()
Declaration
protected override IRuntime GetRuntime()
Returns
View Source
OnApplicationError(Object, EventArgs)
Declaration
protected override void OnApplicationError(object sender, EventArgs evargs)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
evargs |
|
View Source
Restart()
Restarts the Umbraco application.
Declaration
public static void Restart()
View Source
Restart(HttpContextBase)
Restarts the Umbraco application.
Declaration
public static void Restart(HttpContextBase httpContext)
Parameters
Type |
Name |
Description |
System.Web.HttpContextBase |
httpContext |
|