LoginName::RenderBeginTag Method (HtmlTextWriter^)

 
Use BaseTrue

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

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

public:
virtual void RenderBeginTag(
	HtmlTextWriter^ writer
) override

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: