关于[Blazor Routing – Page Directive, Navigation Manager, Nav Links]的摘要:
In this article, we are going to learn about the Blazor Routing and how to enable navigation between different sections in our application. We are going to explain how to use the @page directive to support routing and how to create dynamic navigation from the code. Additionally, we are going to learn about parameters in routes and how/when to use the NavLinks components.
原文地址: https://code-maze.com/blazor-routing-page-directive-navigation-manager-nav-links/