ChangePassword::Render Method (HtmlTextWriter^)

 
Use BaseTrue

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

Writes the ChangePassword control 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 object that represents the output stream used to write content to a Web page.

.NET Framework
Available since 2.0
Return to top
Show: