IDataServiceHost.RequestAcceptCharSet 属性
定义
获取表示 Accept-Charset HTTP 标头的值的字符串。Gets a string representing the value of the Accept-Charset HTTP header.
public:
property System::String ^ RequestAcceptCharSet { System::String ^ get(); };
public string RequestAcceptCharSet { get; }
member this.RequestAcceptCharSet : string
Public ReadOnly Property RequestAcceptCharSet As String
属性值
表示 接受字符集 HTTP 标头的值的字符串。String representing the value of the Accept-Charset HTTP header.
注解
如果请求中没有 Accept-Charset 标头,则返回 null。Returns null if no Accept-Charset header is present on the request.