Chris Sainty 11/5/2019

Building a Custom Router for Blazor

Read Original

This technical article provides a step-by-step guide to building a custom router component for Blazor. It outlines requirements like convention-based routing (without @page directives), support for nested routes, query string parameters, and code reuse from Blazor's default router. The post details the implementation plan and begins the code walkthrough for the new 'ConventionRouter' class.

Building a Custom Router for Blazor

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week