A very simple question for experienced sharepoint developers I think.
Inside a PortalSiteMapProvider I can access the RootNode this way:
(PortalSiteMapNode) RootNode
My Question is, how can I access this node from other places, without a reference to the provider? Is there something like
SPContext.Current.Web.RootNode (just an example, this doesnt work)
Thank you very much!