StaticAssetDescriptor.ResponseHeaders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of headers to apply to the response when this resource is served.
[System.Text.Json.Serialization.JsonPropertyName("ResponseHeaders")]
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.StaticAssets.StaticAssetResponseHeader> ResponseHeaders { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("ResponseHeaders")>]
member this.ResponseHeaders : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.StaticAssets.StaticAssetResponseHeader> with get, set
Public Property ResponseHeaders As IReadOnlyList(Of StaticAssetResponseHeader)
Property Value
- Attributes