Skip to main content
Tab

UnboundSiteMapProviderBase(String, String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public UnboundSiteMapProviderBase(
    string rootNodeUrl,
    string rootNodeTitle
)

Parameters

Name Type Description
rootNodeUrl String

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

rootNodeTitle String

A string value specifying the description of the site map’s root node.

Remarks

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

See Also