Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IBackOfficePathGenerator

    Umbraco-specific settings for static files from the Umbraco.Cms.StaticAssets RCL.

    Namespace: Umbraco.Cms.Web.Common.Hosting
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public interface IBackOfficePathGenerator

    Properties

    View Source

    BackOfficeAssetsPath

    Gets the virtual path of the static assets used in the BackOffice.

    Declaration
    string BackOfficeAssetsPath { get; }
    Property Value
    Type Description
    System.String
    View Source

    BackOfficeCacheBustHash

    Gets the cache bust hash for the BackOffice.

    Declaration
    string BackOfficeCacheBustHash { get; }
    Property Value
    Type Description
    System.String
    View Source

    BackOfficePath

    Gets the virtual path of the BackOffice.

    Declaration
    string BackOfficePath { get; }
    Property Value
    Type Description
    System.String
    View Source

    BackOfficeVirtualDirectory

    Gets the virtual directory of the BackOffice.

    Declaration
    string BackOfficeVirtualDirectory { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • BackOfficeAssetsPath
      • BackOfficeCacheBustHash
      • BackOfficePath
      • BackOfficeVirtualDirectory
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX