Im trying to create a breadcrumb navigation, i.e.
Home > Contact
I have found this answer - link
But it seams to be for MVC rather than razor pages. And i cant seam to find anything that works with razor pages.
Thanks in advance :)
Answer
As my answer was deleted by a moderator, here was my soloution -
To solve this I found this project - https://github.com/zHaytam/SmartBreadcrumbs
Very easy to use and worked flawlessly