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.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
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.