FileResult.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 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.