RenderMethod Delegate

 

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.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public delegate void RenderMethod(
	HtmlTextWriter^ output,
	Control^ container
)

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
Return to top
Show: