Share via


StaticAssetDescriptor.ResponseHeaders Property

Definition

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

Applies to