UnboundSiteMapProviderBase(String, String) Constructor
Initializes a new instance of the UnboundSiteMapProviderBase class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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