SiteMapProvider::AddNode Method (SiteMapNode^)
.NET Framework (current version)
Adds a SiteMapNode object to the node collection that is maintained by the site map provider.
Assembly: System.Web (in System.Web.dll)
Parameters
- node
-
Type:
System.Web::SiteMapNode^
The SiteMapNode to add to the node collection maintained by the provider.
Classes deriving from the SiteMapProvider class can override the AddNode method and provide logic for adding a SiteMapNode object to the node collection that is maintained by the site map provider. The default implementation of the AddNode method throws a NotImplementedException exception.
.NET Framework
Available since 2.0
Available since 2.0
Show: