共用方式為


DataServiceStreamResponse.ContentType 屬性

定義

取得回應串流的內容類型。

public:
 property System::String ^ ContentType { System::String ^ get(); };
public string ContentType { get; }
member this.ContentType : string
Public ReadOnly Property ContentType As String

屬性值

回應串流的內容類型。

備註

當回應中不存在標 Content-Type 頭時,屬性 ContentDisposition 會回傳 null

適用於