FileContentResult.FileContents 属性

定义

要发送到响应的二进制内容。

public byte[] FileContents { get; }
member this.FileContents : byte[]
Public ReadOnly Property FileContents As Byte()

属性值

Byte[]

文件内容。

适用于