Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
1answer
2k views

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 ...
4
votes
1answer
826 views

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 ...
2
votes
0answers
47 views

MvcSiteMap Provider performance issue

I am using a dynamic node provider which contains 6000 nodes in total. The first time a razor view is requested which contains @Html.MvcSiteMap().SiteMapPath(), the page can take up to 7500ms to ...
2
votes
1answer
77 views

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 in the ...
2
votes
1answer
99 views

Links contains #, would it affect SEO? [closed]

If i have such links in my site (i am using mvcsitemap): http://mysite.com/coollink http://mysite.com/coollink#contanttab1 http://mysite.com/coollink#contenttab2 If i want to submit site map to ...
2
votes
1answer
184 views

How can I use SiteMap more efficiently?

So, in our website we are using SiteMap. For each request we render some menu and to do that we do SiteMap.RootNode in the helper function. Now, when I have done the profiling of my website using ...
2
votes
1answer
187 views

How to model this navigation scenario with efficient Route and ASP.NET Sitemap?

i need to model the following scenario, but I can't get it working with the MvcSitemapProvider (i think my problem also maps directly to the default SiteMapProvider). I want to get the default ...
1
vote
0answers
84 views

Working with child nodes of dynamicNodeProvider

I use this project to generate the sitemap path. In my application I would like the sitemap path to stay as follows: Path: Home > Projects > {project-name} Url: /projects/{url-project} Path: ...
1
vote
1answer
331 views

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. I have just ...
1
vote
1answer
154 views

How do I inject service dependencies into MVC sitemap DynamicNodeProviderBase using StructureMap

Consider the following code: public class InboxMenuItemDynamicProvider : DynamicNodeProviderBase { private IMyService _myService { get; set; } public ...
1
vote
1answer
689 views

MVC Sitemap Provider — DynamicNodeProvider causes breadcrumbs to disappear

I am trying to use MvcSiteMapProvider from http://mvcsitemap.codeplex.com/ to generate a breadcrumb trail for my website. I have some pages that require an ID to be passed in the URL, so I'm trying to ...
1
vote
1answer
152 views

targetFrame _blank MVSiteMapCOntrib

Im using the MVC Contrib project to generate my menu system for an MVC site. How does one generate attributes in your <a href tag based on your SiteMap. Ive managed to achieve this by specifying ...
1
vote
1answer
325 views

MVCSitemap Nodes not Rendering

I have installed the MvcSiteMap provider and have a basic sitemap defined as follows: <?xml version="1.0" encoding="utf-8" ?> <mvcSiteMap ...
1
vote
1answer
154 views

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/summary.html with MvcSiteMap ?
1
vote
1answer
487 views

MvcSiteMap - NullreferenceException when iterating over the Model.Nodes. (ASP.NET MVC3 Razor)

I have some problem with MvcSiteMap. I get NullreferenceException when interating over Model.Nodes because Model is NULL. I got it working with @Html.MvcSiteMap().Menu() but when I try the samples ...
1
vote
1answer
556 views

Problem with MvcSiteMapProvider 3.0 with ASP.NET MVC3 with Razor

I am having trouble getting MvcSiteMapProvider to work. I have read the documentation on codeplex, and set it up just like they show. I have referenced the MvcSiteMapProvider.dll to my web project. ...
1
vote
0answers
148 views

How do I use FindSiteMapNodeFromKey(String)?

I'm looking to get a set of child nodes from a sitemap starting at a specific node. I've looked at the Microsoft documentation but don't really know how to use it. Can anybody provide me an example?
1
vote
2answers
638 views

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): <?xml version="1.0" encoding="utf-8" ?> <mvcSiteMap ...
1
vote
1answer
1k views

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 Forms? I am just beginning to learn MVC and was looking for a solution to this to prevent going down ...
1
vote
1answer
264 views

Debugging ASP.NET MVC Site Performance Issues

I have an ASP.NET MVC application, which seems to run OK on my machine, but not when it runs on the server. Does anyone have any tips on finding out where the performance bottleneck may by or any ...
1
vote
1answer
470 views

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. I have tried using the below decorators to add nodes programmatically, but ...
1
vote
2answers
599 views

How to use implicit localization with MVCSiteMap?

I'm trying to use implict localization with MVCSiteMap but it's not working. Here's my sample Web.Sitemap: <?xml version="1.0" encoding="utf-8" ?> <mvcSiteMap ...
1
vote
1answer
66 views

MVCSiteMap Port Problem

I am using MVCSiteMap - http://mvcsitemap.codeplex.com/ - with Azure and I am trying to figure out how I can get it to remove the PORT number at the end of the generated sitemap. Currently, I am ...
1
vote
2answers
237 views

MVCSitemap - maintaining the ID parameter in sub-pages

I've got the following structure to a site: /Products/ /Details/{ID} /Details/Edit/{ID} It's slightly different from the usual /products/edit and /products/details approach most sites ...
1
vote
1answer
540 views

how to install and use MVC Sitemap

since the Sitemap of VS2008 does not work with MVC, I found MVC Sitemap by maartenba on codeplex. But how do I install and use this.. The download is a sample, and below it is a Dll. I'm sure the ...
0
votes
0answers
11 views

Display only the root nodes with MVCSiteMap

I am using Asp.net MVC SiteMap Provider to manage the sitemap of my website. Structure of Application: It is a small application where I have an area called "Admin" SiteMap <mvcSiteMapNode ...
0
votes
1answer
29 views

ASP.NET MVC Catch All Parameter and creating a sitemap over that

In ASP.NET MVC, I have a defined catch-all route as below: routes.MapRoute( "TagsRoute", "tags/{*tags}", new { controller = "home", action = "tags"} ); Inside the controller, I am ...
0
votes
0answers
78 views

url rewrite and mvc causing Exception

I'm using IIS URL Rewrite to rewrite "/about" to "/home/about". If I use any helper that generates a relative url like "@Url.Content" or "@using(Html.BeginForm(Action, Controller)", it gives me an ...
0
votes
0answers
60 views

Using MvcSiteMapProvider + DI + Repository pattern = repository object is null

In my application I have a register of projects. To access these projects is the url: /project/{url-project} the value of `{url-project}` is defined in the registration of the project! I use this ...
0
votes
0answers
114 views

MvcSiteMap SiteMapPath and route with parameters

I have such route with multiple params: routes.MapRouteLowercase( "Params", // Route name "Params/{a}/{b}/{c}/{d}/{e}", // URL with parameters ...
0
votes
0answers
90 views

Dynamic SiteMap presenting the first node, not the correct node

I have a fairly extensive Sitemap defined, using a mix of static and dynamic nodes. When rendering the sitemap (all nodes) it's rendering them all 100% correct, but when rendering as bread-crumb (on ...
0
votes
1answer
40 views

MvcSiteMapProvider to show nodes on “not authorized”

Another hopefully rather trivial mvcSiteMap problem: I have a few nodes that I only want to show if the user is not authorized, such as the login link. Do I really have to write my own visibility ...
0
votes
0answers
102 views

How to make MvcSitemapNode visible only in google sitemap but not in menu

I want to make some some nodes in my Mvc.sitemap to be visible only in google sitemap, there is no needs to display them in menu. Is there any way i can achieve that? Probably i need somehow to play ...
0
votes
0answers
80 views

Hybrid site with MvcSiteMapProvider access nodes in web form page

I have a hybrid site, part web forms, part mvc 3. I'm trying to get the nodes from the MvcSiteMap (built using dynamicNodeProvider) on some web form pages. Any chance this can be done? The exception ...
0
votes
0answers
30 views

How to pass Page value from XmlSiteMapResult to DynamicNodeProvider in MvcSiteMapProvider

I do use MvcSiteMapProvider to generate sitemap files. Almost all pages are loaded using custom DynamicNodeProvider MvcSiteMapProvider XmlSiteMapResult class has Page property which is possible to ...
0
votes
0answers
32 views

Image next to top level nodes - MvcSitemapprovider

I am using the "MvcSitemapprovider with MVC 3" and would like to add an image to top level nodes with children. I'm using the imageUrl attribute but the image isn't showing. <mvcSiteMapNode ...
0
votes
1answer
119 views

MVCSiteMapProvider crashed with null object

I am using MvcSiteMapProvider to create menu for my web site. It was working properly but suddenly failed with error: System.NullReferenceException: Object reference not set to an instance of an ...
0
votes
0answers
166 views

Can't get mvcsitemapprovider dynamic nodes to show up in breadcrumbs

Like the user in this request, I'm having issues building dynamic nodes, especially dynamic breadcrumbs. I'm trying to create breadcrumbs from the MVCSiteMapProvider, but they won't render for me, nor ...
0
votes
0answers
47 views

Is it possible to add # in mvcsitemap links?

I want to have links like /controller/action#tab1 /controller/action#tab2 Is it possible to do with mvcsitemap? If i go like that in MVC.sitemap: <mvcSiteMapNode title="Latest" controller="Home" ...
0
votes
1answer
84 views

Is it possible to add a separator to MvcSiteMap menu node?

I'd like to be able to add a separator bar in my menu which is created using MvcSiteMap library. The mvcSiteMapNodes resolve to <li></li> items with the action method inside. However, I ...
0
votes
0answers
141 views

How to hide node with ASP.NET MVC SiteMap provider

I have such node which i want to hide when user is authenticated. How can i do that with ASP.NET MVC SiteMap provider? I tried that: http://mvcsitemap.codeplex.com/discussions/246986 but then i am ...
0
votes
1answer
163 views

How to customize ASP.NET MVC SiteMap to behave like menu with submenus

Is there any way to add css to ASP.NET MVC SiteMap to make it behave something like this one: http://tdanryan.com/mvccontrib/ Basically i need to generate menu with css classes or ids, but i could ...
0
votes
0answers
82 views

MvcSiteMapProvider: Possible to define DynamicNodeProvider for DynamicNode?

My entire website is defined in a database. Therefore I would like to be able to define a DynamicNodeProvider for each of the route entries in my database. I was unable to find a DynamicNodeProvider ...
0
votes
0answers
44 views

Why is the Mvc sitemap is preserving the last route value?

I am having a problem with the Mvc SiteMap. I have a mvcSiteMapNode which links to the following page: /People/Index However, when I go to a url manually like so: /People/Index/999 This will ...
0
votes
0answers
90 views

sitemap - following mvcsitemapprovider but I'm confused

I'm using mvcsitemapprovider for sitemap. http://mvcsitemap.codeplex.com/ public class StoreDetailsDynamicNodeProvider : DynamicNodeProviderBase { MusicStoreEntities storeDB ...
0
votes
2answers
449 views

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) { /// ... } } Sample routes: /StockItem?categoryId=1 // ...
0
votes
1answer
788 views

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 from a database. ...
0
votes
1answer
76 views

MvcSiteMapProvider includes extra route values

I have an action method that can take an optional id parameter. public ActionResult Details(int id = 0) {...} and a site node that should link to the action method with empty id. ...
0
votes
2answers
194 views

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 ...
0
votes
2answers
381 views

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 I will be having a static sitemap as follows <?xml version="1.0" encoding="utf-8" ?> ...

1 2