ViewPage.Writer Property

Definition

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

public System.Web.UI.HtmlTextWriter Writer { get; }
member this.Writer : System.Web.UI.HtmlTextWriter
Public ReadOnly Property Writer As HtmlTextWriter

Property Value

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

Applies to