Class ClientResourceOptions

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
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
Syntax
[Options]
public class ClientResourceOptions

Constructors

ClientResourceOptions()

Declaration
public ClientResourceOptions()

Properties

Compress

Controls if compression is applied to the rest stores.

Declaration
public bool Compress { get; set; }
Property Value
Type Description
System.Boolean

Debug

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

Extension Methods