UnboundSiteMapNode(SiteMapProvider, String, String, String, String) Constructor
Initializes a new instance of the UnboundSiteMapNode class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public UnboundSiteMapNode(
SiteMapProvider provider,
string key,
string url,
string title,
string description
)
Parameters
Name | Type | Description |
---|---|---|
provider | SiteMapProvider | The site map provider that manages the node. |
key | String | A provider-specific lookup key. |
url | String | The URL of the page that the node represents within the site. |
title | String | A label for the node, often displayed by navigation controls. |
description | String | A description of the page that the node represents. |
Remarks
This constructor can be used to create a new UnboundSiteMapNode class instance and initialize it with the settings passed via the parameters.
See Also