Class AssemblyCacheBusting
Provides cache-busting capabilities from an Assembly. This class cannot be inherited.
Implements
Namespace: Cuemon.AspNetCore.Mvc.Configuration
Assembly: Cuemon.AspNetCore.Mvc.dll
Syntax
public sealed class AssemblyCacheBusting : CacheBusting, ICacheBusting
Constructors
| Improve this DocAssemblyCacheBusting(IOptions<AssemblyCacheBustingOptions>)
Initializes a new instance of the Assembly
Declaration
public AssemblyCacheBusting(IOptions<AssemblyCacheBustingOptions> setup)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
setup | The Assembly |
Properties
| Improve this DocVersion
Gets the version to be a part of the link you need cache-busting compatible.
Declaration
public override string Version { get; }
Property Value
Type | Description |
---|---|
System. |
The version to be a part of the link you need cache-busting compatible. |