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。

适用于