Note that there are some explanatory texts on larger screens.

plurals
  1. POmvc 3 sitemap provider- multiple paths pointing to same node
    primarykey
    data
    text
    <p>i've recently started to use marteenba's <a href="http://mvcsitemap.codeplex.com/" rel="nofollow">sitemap provider</a>, because i couldn't solve a route problem with the other sitemap i had. It's way better than my previous one. My question is: how can i create different breadcrumb trails from pages that go to a single main page? Consider the idea below:</p> <p>Sitemap Structure</p> <pre><code>&lt;mvcSiteMapNode title="Home" controller="Home" action="Index" changeFrequency="Always" updatePriority="Normal"&gt; &lt;mvcSiteMapNode title="Clients Search" controller="ClientBussiness" action="ClientSearch" description="Clients Search"&gt; &lt;mvcSiteMapNode title="Contract Analysis" controller="Contract" action="Index"/&gt; &lt;/mvcSiteMapNode&gt; &lt;mvcSiteMapNode title="Advanced Search" controller="ClientBussiness" action="AdvancedSearch" description="Clients Advanced Search"&gt; &lt;mvcSiteMapNode title="Contract Analysis" controller="Contract" action="Index"/&gt; &lt;/mvcSiteMapNode&gt; &lt;mvcSiteMapNode title="Another Search" controller="ClientBussiness" action="AnotherSearch" description="Clients Another Search"&gt; &lt;mvcSiteMapNode title="Contract Analysis" controller="Contract" action="Index"/&gt; &lt;/mvcSiteMapNode&gt; &lt;/mvcSiteMapNode&gt; </code></pre> <p>On the example above, my breadcrumb trail always shows the node Clients Search instead of any other. I don't know if should create different routes for each kind of search (i did this on my last sitemap, but unfortunately iis6 didn't like it).</p> <p>I appreciate your help.</p> <p>EDIT</p> <p>searching on forums i found a similar question. So, consider the structure below:</p> <pre><code>Home &gt;&gt; Search &gt;&gt; Contracts Home &gt;&gt; Another Search &gt;&gt; Contracts Home &gt;&gt; Advanced Search &gt;&gt; Contracts Home &gt;&gt; Web Service Search &gt;&gt; Extra fields &gt;&gt; Contracts </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload