Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes the file to the response.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected MustOverride Sub WriteFile ( _
response As HttpResponseBase _
)
protected abstract void WriteFile(
HttpResponseBase response
)
protected:
virtual void WriteFile(
HttpResponseBase^ response
) abstract
Parameters
- response
Type: System.Web.HttpResponseBase
The response.