WizardStepBase::RenderChildren Method (HtmlTextWriter^)

 

Outputs the content of the WizardStepBase control's child controls to the specified HtmlTextWriter object, which writes the content to be rendered on the client.

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

public protected:
virtual void RenderChildren(
	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: