LoginName.RenderContents(HtmlTextWriter) Method

Definition

Renders the contents of the control to the specified writer. This method is used primarily by control developers.

protected public:
 override void RenderContents(System::Web::UI::HtmlTextWriter ^ writer);
protected internal override void RenderContents (System.Web.UI.HtmlTextWriter writer);
override this.RenderContents : System.Web.UI.HtmlTextWriter -> unit
Protected Friend Overrides Sub RenderContents (writer As HtmlTextWriter)

Parameters

writer
HtmlTextWriter

A HtmlTextWriter object that represents the output stream that renders HTML content to the client.

Exceptions

The FormatString property is not set to a valid format string.

Applies to