Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebApplicationBuilderExtensions

    Extension methods for Microsoft.AspNetCore.Builder.WebApplicationBuilder.

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public static class WebApplicationBuilderExtensions

    Methods

    View Source

    CreateUmbracoBuilder(WebApplicationBuilder)

    Creates an and registers basic Umbraco services.

    Declaration
    public static IUmbracoBuilder CreateUmbracoBuilder(this WebApplicationBuilder builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Builder.WebApplicationBuilder builder

    The builder.

    Returns
    Type Description
    IUmbracoBuilder

    The Umbraco builder.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CreateUmbracoBuilder(WebApplicationBuilder)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX