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 */
String get_NavigateUrl ()

function get NavigateUrl () : String

Not applicable.

Property Value

The URL to navigate to when the node is clicked; otherwise, a null reference (Nothing in Visual Basic).

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

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: