ViewContext.Writer Property

Visual Studio 2010

Gets or sets the text writer object that is used to write HTML output.

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

'Declaration
Public Overridable Property Writer As TextWriter
	Get
	Set

Property Value

Type: System.IO.TextWriter
The object that is used to write the HTML output.

Community Additions

ADD
Show: