4 references to InputFile
Microsoft.AspNetCore.Components.Web (4)
Forms\InputFile.cs (1)
100
/// Releases the resources used by the <see cref="
InputFile
"/> component.
Forms\InputFile\BrowserFile.cs (1)
10
internal
InputFile
Owner { get; set; } = default!;
Forms\InputFile\IBrowserFile.cs (1)
7
/// Represents the data of a file selected from an <see cref="
InputFile
"/> component.
Forms\InputFile\InputFileChangeEventArgs.cs (1)
7
/// Supplies information about an <see cref="
InputFile
.OnChange"/> event being raised.