mvcsitemapprovider Questions

4

Solved

Setup: I am using ASP.NET MVC 4, with mvcSiteMapProvider to manage my menus. I have a custom menu builder that evaluates whether a node is on the current branch (ie, if the SiteMap.CurrentNode i...
Mahican asked 25/9, 2012 at 12:13

1

Solved

I have a link "Ticket/Index" with different parameters. I created a menu with this link and its parameters using routing. The menu is shown correctly but the breadcrumbs don't show them! Mvc.sitem...
Shenitashenk asked 14/5, 2019 at 10:29

2

Solved

Based on what Google defines in Video sitemaps , There are some xml tags should be added to sitemaps for videos, and it should be like this: <urlset xmlns="http://www.sitemaps.org/schemas/sitem...

3

Solved

I would like to mark the current node and it's parent with a css class. I was searching around and found these links: http://mvcsitemap.codeplex.com/discussions/257786 http://mvcsitemap.codeplex.c...
Farrel asked 22/11, 2013 at 16:59

2

Solved

I'm trying to create a breadcrumbs that includes pages viewed by user, like the example: Home -> Products -> Smartphones -> ..... Does anyone know how to do that in asp.net mvc 3 with razor view ...
Nildanile asked 23/8, 2013 at 12:19

4

Solved

I've recently hit a road block trying to use the MvcSiteMapProvider. In my application, I have three distinct areas: Landing, Application and Administration. I currently have implemented the MvcSi...
Kandicekandinsky asked 24/2, 2012 at 19:0

2

Solved

I am using the ASP.NET MVC SiteMap provider in a project, and it is working great. I am having a tough time trying to figure out how to hide a menu item however. The menu item I want to hide from d...
Rhymester asked 17/8, 2012 at 13:47

3

Solved

I'm trying to hide a node from my site menu, but display it in my breadcrumbs I'm following the tutorial here: https://github.com/maartenba/MvcSiteMapProvider/wiki/Advanced-Node-Visibility <mv...

4

Solved

I am using MvcSiteMapProvider MVC5 with my web application and inside of my _Layout.cshtml file I am using: @if (Html.MvcSiteMap().SiteMap.CurrentNode != Html.MvcSiteMap().SiteMap.RootNode) { @H...
Faison asked 26/3, 2014 at 14:52

2

I'm working on a webshop-like asp.net mvc 4 website with a wcf-service datalayer. My application is build with maincategories, subcategories and products. Each product can only be in one subcategor...
Bernardina asked 5/2, 2013 at 13:8

3

Solved

In my MVC3 project, I have installed Maartenba's MvcSiteMapProvider v.3.2.1 and I have a very simple, static, two-level menu that I have created. Below is the conceptual map structure. - Home - Me...
Matrices asked 30/3, 2012 at 15:9

1

Solved

In my file Mvc.sitemap, have the following node: <mvcSiteMapNode title="Contato" controller="Home" action="Contato" classesCustomizadas="quebra contato" /> Web.config attributesToIgnore="...
Dioptase asked 10/3, 2012 at 23:40

1

Solved

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 do...

1

Solved

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 dy...
Catechize asked 9/11, 2010 at 19:51

2

Solved

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 xmlns="http://mvcsitemap.c...
Stork asked 23/10, 2010 at 19:9
1

© 2022 - 2024 — McMap. All rights reserved.