Partager via


InputFileChangeEventArgs.File Propriété

Définition

Obtient le fichier fourni. Notez que si l’entrée accepte plusieurs fichiers, au lieu de lire cette propriété, vous devez appeler 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

Valeur de propriété

S’applique à