Skip to main content
A newer version of this page is available. .
Tab

UnboundSiteMapNode.Url Property

Gets or sets the URL of the page represented by the current site map node object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public override string Url { get; set; }

Property Value

Type Description
String

The URL of the page represented by the node.

Remarks

The UnboundSiteMapProvider class, which is a specific implementation of an unbound site map provider of our ASPxSiteMapDataSource component, uses the Url property as a lookup key. Therefore, any UnboundSiteMapNode object that is used by the UnboundSiteMapProvider class must have a unique URL within the scope of the provider.

See Also