System.Web.UI.HtmlControls.HtmlButton.RenderAttributes Method

Renders the System.Web.UI.HtmlControls.HtmlButton control's attributes to the specified System.Web.UI.HtmlTextWriter object.

Syntax

protected override void RenderAttributes (System.Web.UI.HtmlTextWriter writer)

Parameters

writer
The System.Web.UI.HtmlTextWriter that contains the output stream to render on the client.

Remarks

The HtmlButton.RenderAttributes(System.Web.UI.HtmlTextWriter) method writes the onclick attribute of the rendered System.Web.UI.HtmlControls.HtmlButton control, and then calls the base HtmlControl.RenderAttributes(System.Web.UI.HtmlTextWriter) method.

The HtmlButton.RenderAttributes(System.Web.UI.HtmlTextWriter) method is used primarily by control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlButton control.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0