asp.net sitemap breadcrumbs in microservice web application

108 Views Asked by At

I have a asp.net web application that will be undergoing some technology upgrades. First, the application will be upgraded from asp.net Web Forms to asp.net MVC. Second, the application will be broken apart from a monolith into microservices.

My question is this: If the application ends up with microservices A, B, & C, and I have a page in the application that will have a breadcrumb trail of {Page in A} > {Page in B} > {Page in C}, how do I configure the sitemap to do this?

0

There are 0 best solutions below