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

プロパティ値

適用対象