System.Web.UI.WebControls.LoginName Members

The members of System.Web.UI.WebControls.LoginName are listed below.

See Also: Inherited members from System.Web.UI.WebControls.WebControl

Public Constructors

Initializes the System.Web.UI.WebControls.LoginName control to its default values.

Public Properties

FormatStringstring.

Provides a format item string to display.

Public Methods

override
RenderBeginTag(System.Web.UI.HtmlTextWriter)

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

override
RenderEndTag(System.Web.UI.HtmlTextWriter)

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

Protected Methods

override
Render(System.Web.UI.HtmlTextWriter)

Renders the System.Web.UI.WebControls.LoginName control to the specified System.Web.UI.HtmlTextWriter control.

override
RenderContents(System.Web.UI.HtmlTextWriter)

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