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