PasswordRecovery::Render Method (HtmlTextWriter^)

 

Writes the CompositeControl content to the specified HtmlTextWriter object, for display on the client.

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

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

Parameters

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

The HtmlTextWriter that receives the rendered output.

.NET Framework
Available since 2.0
Return to top
Show: