These Site Map Node is in Web.Config <siteMapNode title=\"Hotel Setup\" roles=\"Administrator,Hotel Admin\">
It is a very simple scenario: public class StockItemController : Controller { public ActionResult Index(int categoryId)
In mvc sitemap provider I want to show a list menu\'s based on the id of the logged in user.I was thinnking about dynamicnodeprovider but it is working for the first request it self that is before log
I\'m using the MvcSiteMapProvider from http://mvcsitemap.codeplex.com/ to create a breadcrumb trail for my project. I have some URLs that need an ID to be passed to present information for the appropr
I have a oracle database which stores menu and user data, for a local Intranet. The data includes which usesr have access to which pages.
I\'m using ASP.NET MVC 3 and ASP.NET MVC Sitemap Provider.I would like to set the view\'s title and the sitemap node to the same text.How would I do this?Where would it be done and are there any sampl
I’ve written my own staticsitemapprovider which builds a dynamic site map. The problem I have is tha开发者_Python百科t sometimes pages will have additional parameters in the query string which I need
I have a site map configured as such: <siteMap xmlns=\"http://schemas.microsoft.com/AspNet/SiteMap-File-1.0\" >
I roll my own SiteMapProvider inheriting System.Web.XmlSiteMapProvider. I want to override logic of checking user to be in a role specified in siteMapNode\'s property roles:
I need to get know how SiteMapProvider.IsAccessibleToUser() works. Built-in XmlSiteMapProvider calls HttpContext.User.IsInRole() which uses System.Security.Principal.GenericPrincipal in case of forms