FileResult.WriteFile(HttpResponseBase) Method

Definition

Writes the file to the response.

protected abstract void WriteFile (System.Web.HttpResponseBase response);
abstract member WriteFile : System.Web.HttpResponseBase -> unit
Protected MustOverride Sub WriteFile (response As HttpResponseBase)

Parameters

response
HttpResponseBase

The response.

Applies to