I am having trouble getting MvcSiteMapProvider to work. I have read th开发者_运维问答e documentation on codeplex, and set it up just like they show.
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
Does anyone know how to customise the rendering of the MVC si开发者_开发百科temap provider so my ul element has a specific css class?Try MvcSiteMapProvider hosted on CodePlex. You should be able to fa
So this is a little strange. I have a VERY simple sitemap (reduced to this simplicity for debugging -- live version is much more complex):
I have been going insane trying to figure out why I can\'t get the ASP.NET MVCSiteMap to work. I have downloaded the latest version from CodePlex (version 2.3) and set up the references as outlined
Is there an equivalent in ASP.NET MVC to the SiteMap and Security Trimming Features found in Web F开发者_Python百科orms?
I am using MvcSiteMapProvider 2.2.1 (http://mvcsitemap.codeplex.com), and am having a problem with creating children under a dynamic node (using a dynamicNodeProvider) when those children have a dynam
I want to use MvcSiteMap to define a sitemap of my controllers and actions, to let me generate breadcrumbs and menus.
Hi I have add the provider in my web config as below: <add name=\"MvcSiteMapProvider\" type=\"MvcSiteMapProvider.DefaultSiteMapProvider, MvcSiteMapProvider\"
I\'m using v2.0 of the开发者_开发知识库 MVC SiteMap project. With the System.Web.XmlSiteMapProvider in webforms, I often stored custom attributes on nodes, and accessed them through the Attributes[]