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

속성 값

String

문자 집합입니다.

적용 대상