Class ClientResourceOptions
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Specifies options for how client resources should be handled
Inheritance
System.Object
ClientResourceOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Framework.Web.Resources.Internal
Assembly: EPiServer.Framework.dll
Version: 10.10.4Syntax
[Options]
public class ClientResourceOptions
Constructors
ClientResourceOptions()
Declaration
public ClientResourceOptions()
Properties
Compress
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Controls if compression is applied to the rest stores.
Declaration
public bool Compress { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Debug
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Make sure debug versions of included scripts are used instead of compressed/optimized versions
Declaration
public bool Debug { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |