Search Results for

    Show / Hide Table of Contents
    View Source

    Class RuntimeMinifierExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public static class RuntimeMinifierExtensions

    Methods

    View Source

    GetScriptForLoadingBackOfficeAsync(IRuntimeMinifier, GlobalSettings, IHostingEnvironment, IManifestParser)

    Returns the JavaScript to load the back office's assets

    Declaration
    public static async Task<string> GetScriptForLoadingBackOfficeAsync(this IRuntimeMinifier minifier, GlobalSettings globalSettings, IHostingEnvironment hostingEnvironment, IManifestParser manifestParser)
    Parameters
    Type Name Description
    IRuntimeMinifier minifier
    GlobalSettings globalSettings
    IHostingEnvironment hostingEnvironment
    IManifestParser manifestParser
    Returns
    Type Description
    Task<System.String>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetScriptForLoadingBackOfficeAsync(IRuntimeMinifier, GlobalSettings, IHostingEnvironment, IManifestParser)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX