HttpResponseWrapper.Charset Property

Definition

Gets or sets the HTTP character set of the current response.

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

Property Value

The HTTP character set of the current response.

Applies to