MediaTypeHeaderValue.CharSet 属性

定义

获取或设置字符集。Gets or sets the character set.

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

属性值

String

字符集。The character set.

适用于