sitemapprovider
Is it possible to block a page from opening using securityTrimmingEnabled=true
I have custom SiteMapProvider and RoleProvider that works together properly: IsAccessibleToUser returns false if current user\'s role isn\'t mentioned in SiteMapNode.Roles for page requested.[详细]
2022-12-31 05:45 分类:问答Return different siteMapNodes for different roles
I\'m using my own SiteMapProvider which is just inherited and little bit rewritten System.Web.XmlSiteMapProvider开发者_JAVA技巧.[详细]
2022-12-31 01:12 分类:问答ASP.NET MVC 2 Authorize ONLY unauthenticated users
im trying to figure out how to autho开发者_如何转开发rize only unauthenticated users. i have a sign in tab displayed in my site map and i only want it to show up when the user hasnt yet logged in.What[详细]
2022-12-29 19:34 分类:问答Is there a MVC SiteMap Provider that supports ASP.NET MVC 2 Areas feature?
I am looking for a MVC SiteMap provider in which I can specify area as well, along with controller and action. Did anyone use a SiteMap provider that supports MVC 2 A开发者_如何学Pythonreas ?I haven\'[详细]
2022-12-25 10:16 分类:问答Show/Hide custom menu items as based on Roles/Web.sitemap file
I have a custom menu, which leverages the standard asp.net sitemap. It works well but some of my pages are dynamically generated by URL rewriter, so they don\'t sit in the sitemap XML file. At the mom[详细]
2022-12-22 13:54 分类:问答SiteMap and Url routing
I have a question similar to the one described here: ASP.NET URL Routing with WebForms - Using the SiteMap[详细]
2022-12-19 02:11 分类:问答Mixing sitemap and dynamic (database) pages?
i have a static .sitemap file for my site. I want to add 5 subcategories for each maincategory (@Products) so they will appear in my menu (menu is c开发者_运维技巧ustom helper which works, i just need[详细]
2022-12-16 03:11 分类:问答How to model this navigation scenario with efficient Route and ASP.NET Sitemap?
i need to model the fol开发者_StackOverflow中文版lowing scenario, but I can\'t get it working with the MvcSitemapProvider (i think my problem also maps directly to the default SiteMapProvider). I want[详细]
2022-12-15 14:48 分类:问答ASP.NET: Custom dynamically populated site map (SiteMapProvider)
I\'m trying to write my first very own SiteMapProvider subclass. It is meant to be populated dynamically using a bunch of different database lookups, much like all of the examples I\'ve found on the w[详细]
2022-12-10 23:08 分类:问答Dynamically changing the title of a SiteMapNode
We have a website that uses a bog-standard default sitemap with security trimming as follows: <siteMap defaultProvider=\"default\" enabled=\"true\">[详细]
2022-12-09 16:41 分类:问答