This documentation is archived and is not being maintained.

SiteMapNode Constructor

Initializes a new instance of the SiteMapNode class and associates it with the specified SiteMapProvider object.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method SiteMapNode(SiteMapProvider, String) Initializes a new instance of the SiteMapNode class, using the specified key to identify the page that the node represents and the site map provider that manages the node.
Public method SiteMapNode(SiteMapProvider, String, String) Initializes a new instance of the SiteMapNode class using the specified URL, a key to identify the page that the node represents, and the site map provider that manages the node.
Public method SiteMapNode(SiteMapProvider, String, String, String) Initializes a new instance of the SiteMapNode class using the specified URL, a key to identify the page that the node represents, a title, and the site map provider that manages the node.
Public method SiteMapNode(SiteMapProvider, String, String, String, String) Initializes a new instance of the SiteMapNode class using the specified URL, a key to identify the page that the node represents, a title and description, and the site map provider that manages the node.
Public method SiteMapNode(SiteMapProvider, String, String, String, String, IList, NameValueCollection, NameValueCollection, String) Initializes a new instance of the SiteMapNode class using the specified site map provider that manages the node, URL, title, description, roles, additional attributes, and explicit and implicit resource keys for localization.
Top
Show: