LoginStatus.Render Method (HtmlTextWriter)

 
Use BaseTrue

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

Renders the LoginName control to the specified HtmlTextWriter control.

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

protected internal override void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UI.HtmlTextWriter

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

.NET Framework
Available since 2.0
Return to top
Show: