SiteMapProvider.AddNode Method (SiteMapNode)
.NET Framework 3.0
Adds a SiteMapNode object to the node collection that is maintained by the site map provider.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show: