System.Web.UI.WebControls Namespace HotSpot Class
.NET Framework version 2.0
Sets or retrieves the destination of the HotSpot control.
Inline |
<asp:hotspot navigateurl = strUrl ... > |
Script |
HotSpot.NavigateUrl [ = strUrl ] |
strUrl |
String specifying the URL to link to when the hotspot is clicked. |
The property is read/write with no default value.
Use the NavigateUrl property to specify or determine the URL to navigate to when the HotSpot control is clicked.
The NavigateUrl property on a hotspot can refer to:
- any valid URI
- any valid anchor point or bookmark within a document.
HotSpot.HotSpotMode Property HotSpot.PostBackValue Property