SmartBreadcrumbs | utility library for ASP.NET Core | Model View Controller library
kandi X-RAY | SmartBreadcrumbs Summary
kandi X-RAY | SmartBreadcrumbs Summary
When I created SmartBreadcrumbs, it only worked on MVC websites. Razor Pages then came out and became "more popular", so I rewrote the whole code base, cleaned the project's structure, wrote unit tests and now, SmartBreadcrumbs works on both MVC and Razor Pages websites, even on the same project. If you're interested in the README of the old version, it's available here: OLD_README.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of SmartBreadcrumbs
SmartBreadcrumbs Key Features
SmartBreadcrumbs Examples and Code Snippets
Community Discussions
Trending Discussions on SmartBreadcrumbs
QUESTION
So Im fairly new to Blazor and .Net Core and Im trying to include a custom TagHelper inside my MainLayout.razor like so:
...ANSWER
Answered 2021-Jan-28 at 13:54You can't use Html tag Helpers in a Blazor app. There is no such thing.
Note: The _Host.cshtml file is a Razor Pages page, not a Razor Component page. Html tag Helpers can be used in Razor Pages App's pages. Thus you can use Html tag Helpers in the _Host.cshtml file. The component tag helper is used in the _Host.cshtml file to instantiate the Blazor SPA.
QUESTION
Started using smartbreadcrumbs in core 3.1 and all good until i needed to setup a parent crumb. The parent needs a routeValue of the Id, this is a parameter passed into the child (Upgrade) action.
example: Home / Product / Upgrade
Product url should be /member/product/12345
Can this be achieved with SmartbreadCrumbs? I have this working but not passing the routeValue.
...ANSWER
Answered 2020-Oct-14 at 15:34Thanks to zHaytam for this answer.
So, you simply need to code this in your action:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install SmartBreadcrumbs
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page