HtmlControl.RenderAttributes(HtmlTextWriter) Method

Definition

Renders the HtmlControl control's attributes into the specified HtmlTextWriter object.

protected:
 virtual void RenderAttributes(System::Web::UI::HtmlTextWriter ^ writer);
protected virtual void RenderAttributes (System.Web.UI.HtmlTextWriter writer);
abstract member RenderAttributes : System.Web.UI.HtmlTextWriter -> unit
override this.RenderAttributes : System.Web.UI.HtmlTextWriter -> unit
Protected Overridable Sub RenderAttributes (writer As HtmlTextWriter)

Parameters

writer
HtmlTextWriter

The HtmlTextWriter that receives the rendered content.

Remarks

The RenderAttributes method writes the Control.ID attribute of the HtmlControl control.

The RenderAttributes method is used primarily by control developers extending the functionality of the HtmlControl control.

Applies to

See also