ImageMap.Render(HtmlTextWriter) Method

Definition

Sends the ImageMap control content to the specified HtmlTextWriter object, which writes the content to render on the client.

protected public:
 override void Render(System::Web::UI::HtmlTextWriter ^ writer);
protected internal override void Render (System.Web.UI.HtmlTextWriter writer);
override this.Render : System.Web.UI.HtmlTextWriter -> unit
Protected Friend Overrides Sub Render (writer As HtmlTextWriter)

Parameters

writer
HtmlTextWriter

The HtmlTextWriter object that receives the ImageMap control content.

Remarks

This method is used primarily by control developers. When developing a custom server control derived from the ImageMap control, you can override this method to generate content for the ImageMap.

Applies to

See also