Skip to content

SpecularHashAttribute Class

Definition

Attribute used to define the compiled type provider for a given assembly

C#
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class SpecularHashAttribute : Attribute

Inheritance objectAttribute

Constructors

SpecularHashAttribute(string)

Attribute used to define the compiled type provider for a given assembly

C#
public SpecularHashAttribute(string generatedHash)

Parameters

generatedHash string

Properties

GeneratedHash

The generated hash to be used for cache busting

C#
public string GeneratedHash { get; }