| AjaxControlManagerRenderCurrentControl Method (HtmlTextWriter) |
Renders the currently requested control by using the given text writer.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public void RenderCurrentControl(
HtmlTextWriter writer
)
Public Sub RenderCurrentControl (
writer As HtmlTextWriter
)
Parameters
- writer
- Type: System.Web.UIHtmlTextWriter
An instance of HtmlTextWriter object that writes control output.
Exceptions Remarks See Also