System.Web.UI.WebControls.ImageMap.AddAttributesToRender Method

Adds the HTML attributes and styles of an System.Web.UI.WebControls.ImageMap control to be rendered to the specified System.Web.UI.HtmlTextWriter.

Syntax

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

Parameters

writer
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.

Remarks

This method is used primarily by control developers to insert the appropriate attributes and styles to the System.Web.UI.HtmlTextWriter output stream for an System.Web.UI.WebControls.ImageMap control. This method overrides WebControl.AddAttributesToRender(System.Web.UI.HtmlTextWriter).

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0