SiteMapNode.INavigateUIData.NavigateUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Url property of the site map node. For a description of this member, see NavigateUrl.
property System::String ^ System::Web::UI::INavigateUIData::NavigateUrl { System::String ^ get(); };
string System.Web.UI.INavigateUIData.NavigateUrl { get; }
member this.System.Web.UI.INavigateUIData.NavigateUrl : string
ReadOnly Property NavigateUrl As String Implements INavigateUIData.NavigateUrl
Property Value
The URL to navigate to when the node is clicked; otherwise, Empty if no Url is set for the node.
Implements
Remarks
The 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.