SiteMap.CurrentNode Property
Assembly: System.Web (in system.web.dll)
/** @property */ public static SiteMapNode get_CurrentNode ()
public static function get CurrentNode () : SiteMapNode
Property Value
A SiteMapNode instance that represents the currently requested page; otherwise, a null reference (Nothing in Visual Basic), if no representative node exists in the site map information.The SiteMap class retrieves the CurrentNode property by requesting it from the provider.
If no representative node exists for the page in the site map information, or if security trimming is enabled and the node cannot be returned for the current user, a null reference (Nothing in Visual Basic) is returned.
The SiteMapResolve event is raised by the default site map provider if one or more subscriptions exist.
If you implement your own SiteMapProvider object, you might create your own mechanism to find and retrieve the CurrentNode. However, if you extend the StaticSiteMapProvider class and use a URL-based scheme to identify pages, you can override the FindSiteMapNode method.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.