Skip to main content
Tab

UnboundSiteMapNode(SiteMapProvider, String, String) Constructor

Initializes a new instance of the UnboundSiteMapNode class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public UnboundSiteMapNode(
    SiteMapProvider provider,
    string key,
    string url
)

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.

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