HttpResponseBase.Charset 屬性

定義

取得或設定目前回應的 HTTP 字元集 (Character Set)。

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

屬性值

目前回應的 HTTP 字元集。

例外狀況

適用於