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)

'Declaration
Public Property FileContents As Byte()
	Get
	Private Set

Property Value

Type: System.Byte()
The file contents.

Community Additions

ADD
Show: