Control::RenderControl Method
.NET Framework (current version)
Outputs server control content and stores tracing information about the control if tracing is enabled.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | RenderControl(HtmlTextWriter^) | Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled. |
![]() | RenderControl(HtmlTextWriter^, ControlAdapter^) | Outputs server control content to a provided HtmlTextWriter object using a provided ControlAdapter object. |
Show:

