System.Web.UI.WebControls.ImageMap.Render Method

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

Syntax

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

Parameters

writer
The System.Web.UI.HtmlTextWriter object that receives the System.Web.UI.WebControls.ImageMap control content.

Remarks

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

Requirements

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