Skip to main content
Tab

UnboundSiteMapProvider(String) Constructor

Initializes a new instance of the UnboundSiteMapProvider class with the specified setting.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public UnboundSiteMapProvider(
    string rootNodeUrl
)

Parameters

Name Type Description
rootNodeUrl String

A string value specifying the URL of the root node in the site map.

Remarks

This constructor creates a new UnboundSiteMapProvider class instance and initializes it with the specified root node’s URL.

See Also