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 AssemblyCacheBusting class.
Declaration
public AssemblyCacheBusting(IOptions<AssemblyCacheBustingOptions> setup)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Extensions.Options.IOptions<AssemblyCacheBustingOptions> | setup | The AssemblyCacheBustingOptions which need to be configured. |
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.String | The version to be a part of the link you need cache-busting compatible. |