2 instantiations of InputFile
Microsoft.AspNetCore.Components.Web.Tests (2)
Forms\BrowserFileTest.cs (2)
42var inputFile = new InputFile { JSRuntime = jsRuntime.Object }; 67var inputFile = new InputFile { JSRuntime = jsRuntime.Object };
5 references to InputFile
Microsoft.AspNetCore.Components.Web (3)
Forms\InputFile\BrowserFile.cs (1)
10internal 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.
Microsoft.AspNetCore.Components.Web.Tests (2)
Forms\BrowserFileTest.cs (2)
42var inputFile = new InputFile { JSRuntime = jsRuntime.Object }; 67var inputFile = new InputFile { JSRuntime = jsRuntime.Object };