FileContentResult.FileContents Property

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
'Usage
Dim instance As FileContentResult 
Dim value As Byte()

value = instance.FileContents

Property Value

Type: System.Byte()
The file contents.
Show: