GenericWebPart::Render Method (HtmlTextWriter^)

 

Delegates rendering the contents of the control to the child control.

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

public protected:
virtual void Render(
	HtmlTextWriter^ writer
) override

Parameters

writer
Type: System.Web.UI::HtmlTextWriter^

An HtmlTextWriter that represents the output stream to render HTML content on the client.

.NET Framework
Available since 2.0
Return to top
Show: