ViewPage::Writer Property
Visual Studio 2010
Gets the text writer that is used to render the view to the response.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property HtmlTextWriter^ Writer { HtmlTextWriter^ get (); private: void set (HtmlTextWriter^ value); }
Property Value
Type: System.Web.UI::HtmlTextWriterThe text writer that is used to render the view to the response.
Community Additions
ADD
Show: