IDataServiceHost.RequestContentType 属性

定义

获取由 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。

适用于