Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the writer that is used to render the view to the response.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public ReadOnly Property Writer As HtmlTextWriter
Get
public HtmlTextWriter Writer { get; }
public:
property HtmlTextWriter^ Writer {
HtmlTextWriter^ get ();
}
Property Value
Type: System.Web.UI.HtmlTextWriter
The writer that is used to render the view to the response.