FileProperties.ContentDisposition プロパティ

定義

ファイル用に格納されている content-disposition 値を取得または設定します。

public string ContentDisposition { get; set; }
member this.ContentDisposition : string with get, set
Public Property ContentDisposition As String

プロパティ値

ファイルの content-disposition 値です。

注釈

ファイルに対してこのプロパティが設定されていない場合は、null が返されます。

適用対象