HttpMediaTypeWithQualityHeaderValue.CharSet Property

Definition

Gets or sets the character set of the content to accept that is used in the Accept HTTP header.

public:
 property Platform::String ^ CharSet { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CharSet();

void CharSet(winrt::hstring value);
public string CharSet { get; set; }
var string = httpMediaTypeWithQualityHeaderValue.charSet;
httpMediaTypeWithQualityHeaderValue.charSet = string;
Public Property CharSet As String

Property Value

String

Platform::String

winrt::hstring

The character set of the entity-body.

Applies to