Currently I have an MvcSiteMap integrated with my ASP.Net MVC app.I need to be able to invalidate or refresh the cache to force a read开发者_如何学编程 of the MvcSiteMap.Currently it\'s cache is set i
I have such node which i want to hide when user is authenticat开发者_如何学Ced. How can i do that with ASP.NET MVC SiteMap provider?
It is a very simple scenario: public class StockItemController : Controller { public ActionResult Index(int categoryId)
I try to create something like breadcrumb navigation using MVC3. When 开发者_如何学编程user go to page he has for example: Home (id = 1), About (id = 2), and Hello (id = 3) links. These links I get f
I have an issue with the ASP.NET MVC Site Map provider and it is causing alot of headaches for me.开发者_运维知识库 The issue comes when the server is under heavy load the URL is resolved incorrectly.
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 am using mvc3 sitemap provider to show sitemap and breadcrumps in my project.My situation is as follows
How can I do 2-level menu like the one found here http://www.tv.com/ncis-los-angeles/show/76607/sum开发者_JS百科mary.html with MvcSiteMap ?Have a look at Superfish
This has been driving me crazy for the last couple of hours. I am using the MVC Sitemap Provider to add breadcrumb functionality.
In my web.config file I have: <siteMap defaultProvider=\"MvcSiteMapProvider\" enabled=\"true\"> <providers>