Table of Contents

Interface IUpload

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

IUpload 接口

public interface IUpload
Extension Methods

Properties

UploadFiles

获得/设置 上传文件实例集合

List<UploadFile> UploadFiles { get; }

Property Value

List<UploadFile>