FileStreamResult.WriteFile(HttpResponseBase) Method

Definition

Writes the file to the response.

protected override void WriteFile (System.Web.HttpResponseBase response);
override this.WriteFile : System.Web.HttpResponseBase -> unit
Protected Overrides Sub WriteFile (response As HttpResponseBase)

Parameters

response
HttpResponseBase

The response.

Applies to