Show / Hide Table of Contents

    Interface IBootManager

    A bootstrapper interface for the Umbraco application

    Namespace:System.Dynamic.ExpandoObject
    Assembly:Umbraco.Core.dll
    Syntax
    public interface IBootManager

    Methods

    Complete(Action<ApplicationContext>)

    Fires after startup and calls the callback once customizations are locked

    Declaration
    IBootManager Complete(Action<ApplicationContext> afterComplete)
    Parameters
    Type Name Description
    System.Action<ApplicationContext> afterComplete
    Returns
    Type Description
    IBootManager

    Initialize()

    Fires first in the application startup process before any customizations can occur

    Declaration
    IBootManager Initialize()
    Returns
    Type Description
    IBootManager

    Startup(Action<ApplicationContext>)

    Fires after initialization and calls the callback to allow for customizations to occur

    Declaration
    IBootManager Startup(Action<ApplicationContext> afterStartup)
    Parameters
    Type Name Description
    System.Action<ApplicationContext> afterStartup
    Returns
    Type Description
    IBootManager
    Back to top Copyright © 2016 Umbraco
    Generated by DocFX