ViewMasterPage::Writer Property

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

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

public:
property HtmlTextWriter^ Writer {
	HtmlTextWriter^ get ();
}

Property Value

Type: System.Web.UI::HtmlTextWriter
The writer that is used to render the master page.
Show: