StaticAssetDescriptor.ResponseHeaders 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供此資源時要套用至回應的標頭清單。
[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)
屬性值
- 屬性