Table::RenderBeginTag Method (HtmlTextWriter^)

 

Renders the HTML opening tag of the Table 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^

An HtmlTextWriter that represents the output stream to render HTML content on the client.

This method is used primarily by control developers when deriving a custom class from a Table control.

The RenderBeginTag method renders the opening tag for the Table control, and renders tags for the table caption and alignment, if necessary.

.NET Framework
Available since 1.1
Return to top
Show: