Class RuntimeMinificationSettings
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class RuntimeMinificationSettings
Properties
View SourceCacheBuster
The cache buster type to use
Declaration
public RuntimeMinificationCacheBuster CacheBuster { get; set; }
Property Value
Type | Description |
---|---|
RuntimeMinificationCacheBuster |
UseInMemoryCache
Use in memory cache
Declaration
public bool UseInMemoryCache { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Version
The unique version string used if CacheBuster is 'Version'.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |