LoginName.RenderEndTag(HtmlTextWriter) Method

Definition

Renders the HTML closing tag of the control to the specified writer.

public:
 override void RenderEndTag(System::Web::UI::HtmlTextWriter ^ writer);
public override void RenderEndTag (System.Web.UI.HtmlTextWriter writer);
override this.RenderEndTag : System.Web.UI.HtmlTextWriter -> unit
Public Overrides Sub RenderEndTag (writer As HtmlTextWriter)

Parameters

writer
HtmlTextWriter

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

Applies to