InputFileChangeEventArgs.File Propiedad

Definición

Obtiene el archivo proporcionado. Tenga en cuenta que si la entrada acepta varios archivos, en lugar de leer esta propiedad, debe llamar a 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

Valor de propiedad

Se aplica a