2 implementations of Name
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\BrowserFileFromFormFile.cs (1)
12
public string
Name
=> formFile.FileName;
Microsoft.AspNetCore.Components.Web (1)
Forms\InputFile\BrowserFile.cs (1)
14
public string
Name
{ get; set; } = string.Empty;