FileContentResult.WriteFile(HttpResponseBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the file content 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.