SpecularHashAttribute Class
Definition
Attribute used to define the compiled type provider for a given assembly
[AttributeUsage(AttributeTargets.Assembly)]public sealed class SpecularHashAttribute : AttributeInheritance object → Attribute
Constructors
SpecularHashAttribute(string)
Attribute used to define the compiled type provider for a given assembly
public SpecularHashAttribute(string generatedHash)Parameters
generatedHash string
Properties
GeneratedHash
The generated hash to be used for cache busting
public string GeneratedHash { get; }
