Share via


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 応答に存在しない場合、 プロパティは を ContentDisposition 返します null

適用対象