DataServiceStreamResponse.ContentDisposition プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
応答ストリームの 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
。