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

属性值

适用于