Skip to main content
A newer version of this page is available. .
Tab

UnboundSiteMapProviderBase Class

Provides a base implementation for an unbound site map provider component.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class UnboundSiteMapProviderBase :
    SiteMapProvider

Remarks

The UnboundSiteMapProviderBase class represents the base class which implements the common functionality for an unbound site map provider component. This functionality is inherited by the UnboundSiteMapProviderBase class’s descendant which is an object of the UnboundSiteMapProvider type.

Inheritance

See Also