FileResult.FileDownloadName プロパティ

定義

ファイル ダウンロード ダイアログ ボックスが、指定されたファイル名と共にブラウザーに表示されるように、Content-Disposition ヘッダーを取得または設定します。

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

プロパティ値

ファイルの名前です。

適用対象