Skip to main content
Tab

UnboundSiteMapProviderBase(String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public UnboundSiteMapProviderBase(
    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 UnboundSiteMapProviderBase class instance and initializes it with the specified root node’s URL.

See Also