BasePartialCachingControl.Render Method (HtmlTextWriter)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Outputs the user control's content to the specified HtmlTextWriter output stream.

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

protected internal override void Render(
	HtmlTextWriter output
)

Parameters

output
Type: System.Web.UI.HtmlTextWriter

The HtmlTextWriter that writes the cached control to the page.

.NET Framework
Available since 1.1
Return to top
Show: