Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoApplication

    Represents the Umbraco global.asax class.

    Inheritance
    System.Object
    System.Web.HttpApplication
    UmbracoApplicationBase
    Namespace: Umbraco.Web
    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)

    Returns a new MainDom

    Declaration
    protected virtual IMainDom GetMainDom(ILogger logger)
    Parameters
    Type Name Description
    ILogger logger
    Returns
    Type Description
    IMainDom
    View Source

    GetRuntime()

    Declaration
    protected override IRuntime GetRuntime()
    Returns
    Type Description
    IRuntime
    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
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetBootErrorFileName()
      • GetMainDom(ILogger)
      • GetRuntime()
      • OnApplicationError(Object, EventArgs)
      • Restart()
      • Restart(HttpContextBase)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX