HttpMediaTypeWithQualityHeaderValue.CharSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The character set of the entity-body.