ImageMap.Render Method (HtmlTextWriter)

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Protected Friend Overrides Sub Render (
	writer As HtmlTextWriter
)

Parameters

writer
Type: System.Web.UI.HtmlTextWriter

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

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.

.NET Framework
Available since 2.0
Return to top
Show: