INavigateUIData::NavigateUrl Property

 

Gets the URL to navigate to when the navigation node is clicked.

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

property String^ NavigateUrl {
	String^ get();
}

Property Value

Type: System::String^

The URL to navigate to when the node is clicked; otherwise, null.

The NavigateUrl property represents the URL to navigate to when a navigation node, such as TreeNode or MenuItem control, is clicked.

.NET Framework
Available since 2.0
Return to top
Show: