共用方式為


EndpointInner.ContentTypesToCompress 屬性

定義

取得或設定套用壓縮的內容類型清單。 此值應該是有效的 MIME 類型。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.contentTypesToCompress")]
public System.Collections.Generic.IList<string> ContentTypesToCompress { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.contentTypesToCompress")>]
member this.ContentTypesToCompress : System.Collections.Generic.IList<string> with get, set
Public Property ContentTypesToCompress As IList(Of String)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於