FileContentResult.FileContents Property

Definition

The binary content to send to the response.

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

Property Value

Byte[]

The file contents.

Applies to