DataServiceStreamResponse.ContentDisposition 屬性

定義

取得回應資料流的 Content-Disposition 標題欄位。

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

屬性值

Content-Disposition 標題欄位的內容。

備註

Content-Disposition當回應中沒有標頭時,屬性會ContentDispositionnull回 。

適用於