IDataServiceHost.RequestContentType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取由 Content Type 标头指定的传输协议。
public:
property System::String ^ RequestContentType { System::String ^ get(); };
public string RequestContentType { get; }
member this.RequestContentType : string
Public ReadOnly Property RequestContentType As String
属性值
用于指示内容类型的字符串值。
注解
WCF Data Services当前支持的协议包括 JSON 和 AtomPub。