https://github.com/chrissainty/BuildingACustomRouterForBlazor
Code sample for my blog post - Building a Custom Router for Blazor
https://github.com/chrissainty/BuildingACustomRouterForBlazor
blazor blazor-application blazor-client blazor-server client-side-routing routing
Last synced: 26 days ago
JSON representation
Code sample for my blog post - Building a Custom Router for Blazor
- Host: GitHub
- URL: https://github.com/chrissainty/BuildingACustomRouterForBlazor
- Owner: chrissainty
- License: mit
- Created: 2019-11-03T13:47:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T13:52:16.000Z (over 5 years ago)
- Last Synced: 2024-10-30T03:53:26.805Z (7 months ago)
- Topics: blazor, blazor-application, blazor-client, blazor-server, client-side-routing, routing
- Language: C#
- Homepage: https://chrissainty.com/building-a-custom-router-for-blazor/
- Size: 216 KB
- Stars: 18
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Building a Custom Router for Blazor
This repo contains the sample code for my blog post - [Building a Custom Router for Blazor](https://chrissainty.com/building-a-custom-router-for-blazor/).