Class CacheBustingOptions
Specifies options that is related to CacheBusting operations.
Inheritance
System.Object
CacheBustingOptions
Namespace: Cuemon.AspNetCore.Mvc.Configuration
Assembly: Cuemon.AspNetCore.Mvc.dll
Syntax
public class CacheBustingOptions
Constructors
| Improve this DocCacheBustingOptions()
Initializes a new instance of the CacheBustingOptions class.
Declaration
public CacheBustingOptions()
Remarks
The following table shows the initial property values for an instance of CacheBustingOptions.
Property | Initial Value |
---|---|
PreferredCasing | LowerCase |
Properties
| Improve this DocPreferredCasing
Gets or sets the preferred casing to use on Version.
Declaration
public CasingMethod PreferredCasing { get; set; }
Property Value
Type | Description |
---|---|
CasingMethod | The preferred casing to use on Version. |