mvcsitemapprovider
Problem with MvcSiteMapProvider 3.0 with ASP.NET MVC3 with Razor
I am having trouble getting MvcSiteMapProvider to work. I have read th开发者_运维问答e documentation on codeplex, and set it up just like they show.[详细]
2023-02-22 06:28 分类:问答Setting the page's title and sitemap node to the same text with ASP.NET MVC Sitemap Provider
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[详细]
2023-02-18 22:33 分类:问答MVC sitemap provider & css styling
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[详细]
2023-02-17 22:06 分类:问答MvcSiteMapProvider not working with simple MVC.SiteMap file
So this is a little strange. I have a VERY simple sitemap (reduced to this simplicity for debugging -- live version is much more complex):[详细]
2023-02-07 01:36 分类:问答ASP.NET MVC SiteMap
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[详细]
2023-02-04 10:14 分类:问答ASP.NET MVC SiteMap and/or Security Trimming
Is there an equivalent in ASP.NET MVC to the SiteMap and Security Trimming Features found in Web F开发者_Python百科orms?[详细]
2023-02-03 16:06 分类:问答Creating child nodes for a DynamicNode in MvcSiteMapProvider that have dynamic parameters
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[详细]
2023-01-24 01:31 分类:问答How can I create sitemap nodes for ASP.Net MVC2 using MvcSiteMap
I want to use MvcSiteMap to define a sitemap of my controllers and actions, to let me generate breadcrumbs and menus.[详细]
2023-01-23 10:06 分类:问答Problem with MvcSiteMapProvider and dynamicNodeProvider
Hi I have add the provider in my web config as below: <add name=\"MvcSiteMapProvider\" type=\"MvcSiteMapProvider.DefaultSiteMapProvider, MvcSiteMapProvider\"[详细]
2023-01-17 11:00 分类:问答Does MVC SiteMap 2.0 support custom attributes?
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[][详细]
2023-01-09 00:18 分类:问答