Class CacheBusting
Represents a way to provide cache-busting capabilities.
Implements
Namespace: Cuemon.AspNetCore.Mvc.Configuration
Assembly: Cuemon.AspNetCore.Mvc.dll
Syntax
public abstract class CacheBusting : ICacheBusting
Properties
| Improve this DocVersion
Gets the version to be a part of the link you need cache-busting compatible.
Declaration
public abstract string Version { get; }
Property Value
Type | Description |
---|---|
System.String | The version to be a part of the link you need cache-busting compatible. |