ImageMap.Render Method
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
protected void Render ( HtmlTextWriter writer )
protected internal override function Render ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
The System.Web.UI.HtmlTextWriter object that receives the ImageMap control content.
Community Additions
ADD
Show: