InputFileChangeEventArgs.File Property

Definition

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

Property Value

Applies to