HotSpot::NavigateUrl Property

 

Gets or sets the URL to navigate to when a HotSpot object is clicked.

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

public:
[BindableAttribute(true)]
property String^ NavigateUrl {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The URL to navigate to when a HotSpot object is clicked. The default is an empty string ("").

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

.NET Framework
Available since 2.0
Return to top
Show: