共用方式為


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。

適用於