共用方式為


IDataServiceHost.RequestAcceptCharSet 屬性

定義

取得字串,表示 HTTP 標頭的值 Accept-Charset

public:
 property System::String ^ RequestAcceptCharSet { System::String ^ get(); };
public string RequestAcceptCharSet { get; }
member this.RequestAcceptCharSet : string
Public ReadOnly Property RequestAcceptCharSet As String

屬性值

字串,表示 HTTP 標頭的值 Accept-Charset

備註

如果要求上沒有 Accept-Charset 標頭,則傳回 null。

適用於