ViewMasterPage.Writer Property

Definition

Gets the writer that is used to render the master page.

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

Property Value

The writer that is used to render the master page.

Applies to