Control::SetRenderMethodDelegate Method (RenderMethod^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Assigns an event handler delegate to render the server control and its content into its parent control.
Assembly: System.Web (in System.Web.dll)
Parameters
- renderMethod
-
Type:
System.Web.UI::RenderMethod^
The information necessary to pass to the delegate so that it can render the server control.
This method is supplied for implementation purposes only; you should never call it directly.
.NET Framework
Available since 1.1
Available since 1.1
Show: