InputFileChangeEventArgs.File 屬性

定義

取得提供的檔案。 請注意,如果輸入接受多個檔案,則不要讀取這個屬性,您應該呼叫 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

屬性值

適用於