hi,
 
I am using MVC SiteMapProvider in mvc 5 application, in that I need use same view 2 time.
First:  localhost/Reports/AvailableReport/runreport.  
breadcrumd: AvailableReport/runreport
Second: localhost/Reports/AvailableReport/editreport/runreport.
breadcrumd:  AvailableReport/ editreport/runreport                                                                                                                                                                                                                                                                                                                                                                                                                         
 
    Only first breadcrumb display perfectly, I tried these links
http://stackoverflow.com/questions/7350567/mvc-3-sitemap-provider-multiple-paths-pointing-to-same-node 
http://stackoverflow.com/questions/19953616/mvcsitemapprovider-multiple-paths-to-the-single-
page/19967995#19967995 
 
What is the parent key, route, key.