SiteMapNode.INavigateUIData.NavigateUrl Property

Definition

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.

Applies to

See also