asp.net mvc - MVCSitemap - maintaining the ID parameter in sub-pages -
I found the following structure on the site:
 / product / / description / {id} / Description / edit / {ID}  This is slightly different from general / products / editing and / products / descriptions, most of the sites are in contact because the edit link is available only on the details page.
My problem does not keep the keys in the sitemap, so when I am on the edit page, a Crumble occurs:
      & lt; A href = "/ product" & gt; Product & lt;   / a & gt; & Lt; A href = "/ product / {ID} / description" & gt; Details & lt; / A & gt; & Lt; A href = "/ product / description / editing / {id}" & gt; Edit & lt; / A & gt; 
 
  Note that there is no key in that 2 link, is this an easy way to fix this? 
  
I found that this is an issue with the current version (1.0.1) - as the example The cranterrel does not present properly for the original link with the project ID. More details.
Comments
Post a Comment