UnboundSiteMapProviderBase Constructors
Provides a base implementation for an unbound site map provider component.Name | Parameters | Description |
---|---|---|
UnboundSiteMapProviderBase() | none | Initializes a new instance of the UnboundSiteMapProviderBase class. |
UnboundSiteMapProviderBase(String, String, String) | rootNodeUrl, rootNodeTitle, rootNodeDescription | Initializes a new instance of the UnboundSiteMapProviderBase class with the specified settings. |
UnboundSiteMapProviderBase(String, String) | rootNodeUrl, rootNodeTitle | Initializes a new instance of the UnboundSiteMapProviderBase class with the specified settings. |
UnboundSiteMapProviderBase(String) | rootNodeUrl | Initializes a new instance of the UnboundSiteMapProviderBase class with the specified setting. |
See Also