Day 3: Routing & Navigation
Learn how to navigate between pages, use route parameters, and create dynamic URLs. What is Routing? Routing maps URLs to Blazor components (e.g., /counter → Counter.razor). Components become pages when you add the @page directive. Basic Routing ...
Feb 17, 20251 min read4