ASP.
I've got a custom menu navigation built from a web.sitemap file, the first line of this would be something …
asp.net custom-controls sitemap sitemapprovider web.sitemapI need to get know how SiteMapProvider.IsAccessibleToUser() works. Built-in XmlSiteMapProvider calls HttpContext.User.IsInRole() which uses System.Security.Principal.…
asp.net sitemapprovider iprincipal isinrole isaccessibletouser