This documentation is archived and is not being maintained.
SiteMapNode::Key Property
Visual Studio 2010
Gets a string representing a lookup key for a site map node.
Assembly: System.Web (in System.Web.dll)
Internally, site navigation classes can use this lookup key when searching for site map nodes, as well as for establishing relationships between nodes. The SiteMapProvider class also exposes the FindSiteMapNodeFromKey method as a means for getting a reference to a SiteMapNode object that matches the key value.
The specific value that is used for the key is provider specific; however, it is guaranteed to not be nullptr.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: