System.Web.UI.WebControls.HotSpot.NavigateUrl Property

Gets or sets the URL to navigate to when a System.Web.UI.WebControls.HotSpot object is clicked.

Syntax

[System.Web.UI.UrlProperty]
[System.ComponentModel.NotifyParentProperty(true)]
[System.ComponentModel.Editor("System.Web.UI.Design.UrlEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.DefaultValue("")]
public string NavigateUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the HotSpot.NavigateUrl property to specify the URL to navigate to when a System.Web.UI.WebControls.HotSpot object is clicked. This property has an effect only when the HotSpot.HotSpotMode property is set to HotSpotMode.Navigate, to navigate to a URL.

Requirements

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