BlobProperties.ContentDisposition プロパティ

定義

格納されている BLOB の content-disposition 値を取得または設定します。

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

プロパティ値

BLOB の content-disposition 値を表す文字列です。

注釈

BLOB にこのプロパティが設定されていない場合は、null が返されます。

適用対象