FileStreamResult.WriteFile Method

Visual Studio 2010

Writes the file to the response.

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

'Declaration
Protected Overrides Sub WriteFile ( _
	response As HttpResponseBase _
)

Parameters

response
Type: System.Web.HttpResponseBase
The response.

Community Additions

ADD
Show: