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。