FileContentResult::WriteFile Method

Visual Studio 2010

Writes the file content to the response.

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

protected:
virtual void WriteFile(
	HttpResponseBase^ response
) override

Parameters

response
Type: System.Web::HttpResponseBase
The response.

Community Additions

ADD
Show: