共用方式為


HttpResponseWrapper.Charset 屬性

定義

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

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

屬性值

String

目前回應的 HTTP 字元集。

適用於