HttpResponseBase.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 virtual string Charset { get; set; }
member this.Charset : string with get, set
Public Overridable Property Charset As String

Property Value

The HTTP character set of the current response.

Exceptions

Applies to