MediaTypeHeaderValue.CharSet プロパティ

定義

文字セットを取得または設定します。

public:
 property System::String ^ CharSet { System::String ^ get(); void set(System::String ^ value); };
public string CharSet { get; set; }
public string? CharSet { get; set; }
member this.CharSet : string with get, set
Public Property CharSet As String

プロパティ値

文字セット。

適用対象