FileContentResult.FileContents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.