mvcsitemapprovider
Is there a way to invalidate or somehow refresh the cache on MvcSiteMap
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[详细]
2023-04-09 15:17 分类:问答How to hide node with ASP.NET MVC SiteMap provider
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?[详细]
2023-04-06 00:14 分类:问答MVC SiteMap Provider - can anybody post a sample that works with dynamic nodes?
It is a very simple scenario: public class StockItemController : Controller { public ActionResult Index(int categoryId)[详细]
2023-03-31 02:36 分类:问答MVC3 and breadcrumb navigation
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[详细]
2023-03-30 23:50 分类:问答ASP.NET MVC Site Map Provider Breaks Under Heavy Load
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.[详细]
2023-03-25 07:23 分类:问答MVC sitemap provider
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[详细]
2023-03-21 13:52 分类:问答MVC SiteMap provider current node not setting
I am using mvc3 sitemap provider to show sitemap and breadcrumps in my project.My situation is as follows[详细]
2023-03-15 16:28 分类:问答How can I do 2-level menu like the one found here ... (ASP.NET MVC3 + Razor + MvcSiteMap)
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[详细]
2023-02-23 03:48 分类:问答MVC Sitemap Provider Persist Parameters
This has been driving me crazy for the last couple of hours. I am using the MVC Sitemap Provider to add breadcrumb functionality.[详细]
2023-02-22 16:20 分类:问答MvcSiteMapProvider and web.config: Parser Error Message: Value cannot be null
In my web.config file I have: <siteMap defaultProvider=\"MvcSiteMapProvider\" enabled=\"true\"> <providers>[详细]
2023-02-22 09:14 分类:问答