Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IUmbracoApplicationBuilderServices

    Services used during the Umbraco building phase.

    Namespace: Umbraco.Cms.Web.Common.ApplicationBuilder
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public interface IUmbracoApplicationBuilderServices

    Properties

    View Source

    AppBuilder

    Declaration
    IApplicationBuilder AppBuilder { get; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Builder.IApplicationBuilder
    View Source

    ApplicationServices

    Declaration
    IServiceProvider ApplicationServices { get; }
    Property Value
    Type Description
    IServiceProvider
    View Source

    RuntimeState

    Declaration
    IRuntimeState RuntimeState { get; }
    Property Value
    Type Description
    IRuntimeState
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • AppBuilder
      • ApplicationServices
      • RuntimeState
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX