Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeWebAssets

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.WebAssets
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class BackOfficeWebAssets

    Constructors

    View Source

    BackOfficeWebAssets(IRuntimeMinifier, IManifestParser, PropertyEditorCollection, IHostingEnvironment, IOptionsMonitor<GlobalSettings>, CustomBackOfficeAssetsCollection)

    Declaration
    public BackOfficeWebAssets(IRuntimeMinifier runtimeMinifier, IManifestParser parser, PropertyEditorCollection propertyEditorCollection, IHostingEnvironment hostingEnvironment, IOptionsMonitor<GlobalSettings> globalSettings, CustomBackOfficeAssetsCollection customBackOfficeAssetsCollection)
    Parameters
    Type Name Description
    IRuntimeMinifier runtimeMinifier
    IManifestParser parser
    PropertyEditorCollection propertyEditorCollection
    IHostingEnvironment hostingEnvironment
    IOptionsMonitor<GlobalSettings> globalSettings
    CustomBackOfficeAssetsCollection customBackOfficeAssetsCollection

    Fields

    View Source

    UmbracoCoreJsBundleName

    Declaration
    public const string UmbracoCoreJsBundleName = "umbraco-backoffice-js"
    Field Value
    Type Description
    System.String
    View Source

    UmbracoCssBundleName

    Declaration
    public const string UmbracoCssBundleName = "umbraco-backoffice-css"
    Field Value
    Type Description
    System.String
    View Source

    UmbracoExtensionsJsBundleName

    Declaration
    public const string UmbracoExtensionsJsBundleName = "umbraco-backoffice-extensions-js"
    Field Value
    Type Description
    System.String
    View Source

    UmbracoInitCssBundleName

    Declaration
    public const string UmbracoInitCssBundleName = "umbraco-backoffice-init-css"
    Field Value
    Type Description
    System.String
    View Source

    UmbracoNonOptimizedPackageCssBundleName

    Declaration
    public const string UmbracoNonOptimizedPackageCssBundleName = "umbraco-backoffice-non-optimized-css"
    Field Value
    Type Description
    System.String
    View Source

    UmbracoNonOptimizedPackageJsBundleName

    Declaration
    public const string UmbracoNonOptimizedPackageJsBundleName = "umbraco-backoffice-non-optimized-js"
    Field Value
    Type Description
    System.String
    View Source

    UmbracoPreviewCssBundleName

    Declaration
    public const string UmbracoPreviewCssBundleName = "umbraco-preview-css"
    Field Value
    Type Description
    System.String
    View Source

    UmbracoPreviewJsBundleName

    Declaration
    public const string UmbracoPreviewJsBundleName = "umbraco-preview-js"
    Field Value
    Type Description
    System.String
    View Source

    UmbracoTinyMceJsBundleName

    Declaration
    public const string UmbracoTinyMceJsBundleName = "umbraco-tinymce-js"
    Field Value
    Type Description
    System.String
    View Source

    UmbracoUpgradeCssBundleName

    Declaration
    public const string UmbracoUpgradeCssBundleName = "umbraco-authorize-upgrade-css"
    Field Value
    Type Description
    System.String

    Methods

    View Source

    CreateBundles()

    Declaration
    public void CreateBundles()
    View Source

    GetIndependentPackageBundleName(ManifestAssets, AssetType)

    Declaration
    public static string GetIndependentPackageBundleName(ManifestAssets manifestAssets, AssetType assetType)
    Parameters
    Type Name Description
    ManifestAssets manifestAssets
    AssetType assetType
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BackOfficeWebAssets(IRuntimeMinifier, IManifestParser, PropertyEditorCollection, IHostingEnvironment, IOptionsMonitor<GlobalSettings>, CustomBackOfficeAssetsCollection)
    • Fields
      • UmbracoCoreJsBundleName
      • UmbracoCssBundleName
      • UmbracoExtensionsJsBundleName
      • UmbracoInitCssBundleName
      • UmbracoNonOptimizedPackageCssBundleName
      • UmbracoNonOptimizedPackageJsBundleName
      • UmbracoPreviewCssBundleName
      • UmbracoPreviewJsBundleName
      • UmbracoTinyMceJsBundleName
      • UmbracoUpgradeCssBundleName
    • Methods
      • CreateBundles()
      • GetIndependentPackageBundleName(ManifestAssets, AssetType)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX