RenderMethod Delegate
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the method that renders the specified Control container to the specified HtmlTextWriter.
Assembly: System.Web (in System.Web.dll)
Parameters
- output
-
Type:
System.Web.UI.HtmlTextWriter
The HtmlTextWriter to render content to.
- container
-
Type:
System.Web.UI.Control
The Control to render.
.NET Framework
Available since 1.1
Available since 1.1
Show: