ViewPage.Writer Property

Gets the text writer that is used to render the view to the response.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Property Writer As HtmlTextWriter 
	Get 
	Private Set
'Usage
Dim instance As ViewPage 
Dim value As HtmlTextWriter 

value = instance.Writer

Property Value

Type: System.Web.UI.HtmlTextWriter
The text writer that is used to render the view to the response.
Show: