SiteMapNode Constructor
.NET Framework 2.0
Initializes a new instance of the SiteMapNode class and associates it with the specified SiteMapProvider object.
| Name | Description |
|---|---|
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
Community Additions
ADD
Show: