Table of Contents

Class CacheBustingOptions

Namespace
Cuemon.AspNetCore.Configuration
Assembly
Cuemon.AspNetCore.dll

Specifies options that is related to CacheBusting operations.

public class CacheBustingOptions : IParameterObject
Inheritance
CacheBustingOptions
Implements
Derived

Constructors

CacheBustingOptions()

Initializes a new instance of the CacheBustingOptions class.

public CacheBustingOptions()

Remarks

The following table shows the initial property values for an instance of CacheBustingOptions.

PropertyInitial Value
PreferredCasingLowerCase

Properties

PreferredCasing

Gets or sets the preferred casing to use on Version.

public CasingMethod PreferredCasing { get; set; }

Property Value

CasingMethod

The preferred casing to use on Version.