InputFileChangeEventArgs.File Eigenschaft

Definition

Ruft die angegebene Datei ab. Beachten Sie, dass Sie anstelle dieser Eigenschaft aufrufen sollten GetMultipleFiles(Int32), wenn die Eingabe mehrere Dateien akzeptiert.

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

Eigenschaftswert

Gilt für: