InputFileChangeEventArgs.File Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the supplied file. Note that if the input accepts multiple files, then instead of reading this property, you should call GetMultipleFiles(Int32).
public:
property Microsoft::AspNetCore::Components::Forms::IBrowserFile ^ File { Microsoft::AspNetCore::Components::Forms::IBrowserFile ^ get(); };
public Microsoft.AspNetCore.Components.Forms.IBrowserFile File { get; }
member this.File : Microsoft.AspNetCore.Components.Forms.IBrowserFile
Public ReadOnly Property File As IBrowserFile