HttpResponseWrapper.Charset 屬性

定義

取得或設定目前回應的 HTTP 字元集。

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

屬性值

目前回應的 HTTP 字元集。

適用於