FileContentResult.FileContents Property

Visual Studio 2010

The binary content to send to the response.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public byte[] FileContents { get; private set; }

Property Value

Type: System.Byte[]
The file contents.

Community Additions

ADD
Show: