I have a requirement as for the same controller and action I need to differentiate the parent dynamically. I have a Action called "Note" and a controller called "Note".
Now my requirement is : Home>Note
Home>Index>Note from two different screens.
In my "Note" view I am using @Html.MvcSiteMap().SiteMapPath()
to display the breadcrumb.
In the xml file ,under the Index node,
How to show the breadcrumb dynamiccaly?