RenderMethod Delegate
.NET Framework 2.0
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Delegate Sub RenderMethod ( _ output As HtmlTextWriter, _ container As Control _ ) 'Usage Dim instance As New RenderMethod(AddressOf HandlerMethod)
/** @delegate */
public delegate void RenderMethod (
HtmlTextWriter output,
Control container
)
Not applicable.
Parameters
- output
-
The HtmlTextWriter to render content to.
- container
-
The Control to render.
Community Additions
ADD
Show: