HtmlControl::Render Method (HtmlTextWriter^)
.NET Framework (current version)
Writes content to render on a client to the specified HtmlTextWriter object.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
A HtmlTextWriter that contains the output stream to render on the client.
The Render method calls the RenderBeginTag method and passes the specified HtmlTextWriter control.
.NET Framework
Available since 1.1
Available since 1.1
Show: