4 references to File
Microsoft.AspNetCore.Components.Web (1)
Forms\InputFile\InputFileChangeEventArgs.cs (1)
40/// files. If the input accepts only a single file, then use the <see cref="File"/> property
Microsoft.AspNetCore.Components.Web.Tests (3)
Forms\InputFileChangeEventArgsTest.cs (3)
23Assert.Same(file, instance.File); 30var ex = Assert.Throws<InvalidOperationException>(() => instance.File); 38var ex = Assert.Throws<InvalidOperationException>(() => instance.File);