次の方法で共有


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

適用対象