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 SourceBackOfficeAssetsPath
Gets the virtual path of the static assets used in the BackOffice.
Declaration
string BackOfficeAssetsPath { get; }
Property Value
Type | Description |
---|---|
System. |
BackOfficeCacheBustHash
Gets the cache bust hash for the BackOffice.
Declaration
string BackOfficeCacheBustHash { get; }
Property Value
Type | Description |
---|---|
System. |
BackOfficePath
Gets the virtual path of the BackOffice.
Declaration
string BackOfficePath { get; }
Property Value
Type | Description |
---|---|
System. |
BackOfficeVirtualDirectory
Gets the virtual directory of the BackOffice.
Declaration
string BackOfficeVirtualDirectory { get; }
Property Value
Type | Description |
---|---|
System. |