SiteMapProviderCollection::Add Method

 

Adds a site map provider to the SiteMapProviderCollection collection.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodAdd(ProviderBase^)

Adds a SiteMapProvider to the provider collection using the Name property as the key.(Overrides ProviderCollection::Add(ProviderBase^).)

System_CAPS_pubmethodAdd(SiteMapProvider^)

Adds a SiteMapProvider object to the provider collection using the Name property as the key.

Return to top
Show: