I'm working with MVC 5 application where some views are razor and some Angular based, routing also partially mvc and angular... I have to implement bread crumbs. My navigation is json/angular and I can't use sitemap or any other third party frameworks.
What is the best way to approach this problem? I need some ideas or directions... Thanks
