次の方法で共有


JsonSerialization.Encoding プロパティ

定義

入力の場合の受信データのエンコードと出力の場合の送信データのエンコードを取得または設定します。 PUT (CreateOrReplace) 要求で必要です。 使用可能な値は次のとおりです: 'UTF8'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.encoding")]
public string Encoding { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.encoding")>]
member this.Encoding : string with get, set
Public Property Encoding As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象