Table of Contents

Class DownloadOption

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

文件下载配置类

public class DownloadOption
Inheritance
DownloadOption
Inherited Members
Extension Methods

Constructors

DownloadOption()

public DownloadOption()

Properties

FileName

获取/设置 下载文件另存为文件名

public string? FileName { get; set; }

Property Value

string

FileStream

获取/设置 要下载的文件数据字节数组

public Stream? FileStream { get; set; }

Property Value

Stream

Url

获得/设置 下载地址

public string? Url { get; set; }

Property Value

string