ViewMasterPage.Writer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.