Table of Contents

Class AssemblyCacheBusting

Namespace
Cuemon.Extensions.AspNetCore.Configuration
Assembly
Cuemon.Extensions.AspNetCore.dll

Provides cache-busting capabilities from an Assembly. This class cannot be inherited.

public sealed class AssemblyCacheBusting : CacheBusting, ICacheBusting
Inheritance
Object
AssemblyCacheBusting
Implements
Extension Methods

Constructors

AssemblyCacheBusting(IOptions<AssemblyCacheBustingOptions>)

Initializes a new instance of the AssemblyCacheBusting class.

public AssemblyCacheBusting(IOptions<AssemblyCacheBustingOptions> setup)

Parameters

setup IOptions<AssemblyCacheBustingOptions>

The AssemblyCacheBustingOptions which need to be configured.

Properties

Version

Gets the version to be a part of the link you need cache-busting compatible.

public override string Version { get; }

Property Value

String

The version to be a part of the link you need cache-busting compatible.

See Also