FileDownload.FileName Property

Definition

File name to suggest to the browser for the download. Must be provided.

[Microsoft.AspNetCore.Components.EditorRequired]
[Microsoft.AspNetCore.Components.Parameter]
public string FileName { get; set; }
[<Microsoft.AspNetCore.Components.EditorRequired>]
[<Microsoft.AspNetCore.Components.Parameter>]
member this.FileName : string with get, set
Public Property FileName As String

Property Value

Attributes

Applies to