SiteMapNode.INavigateUIData.NavigateUrl Property
.NET Framework (current version)
Gets the Url property of the site map node. For a description of this member, see INavigateUIData.NavigateUrl.
Assembly: System.Web (in System.Web.dll)
private abstract NavigateUrl : string with get private override NavigateUrl : string with get
Property Value
Type: System.StringThe URL to navigate to when the node is clicked; otherwise, String.Empty if no Url is set for the node.
Implements
INavigateUIData.NavigateUrlThe INavigateUIData.NavigateUrl property delegates to the Url property.
This member is an explicit interface member implementation. It can be used only when the SiteMapNode instance is cast to an INavigateUIData interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: