Blazor Route Parameters
In this article, we are going to discuss on route parameters in blazor. A route parameter is defined in the URL by wrapping its name in a pair of { braces} along with @page declaration. Example; @page “/employee/{employeeId} For this tutorial I’m using Microsoft Visual Studio Community 2022 (64-bit) – Preview with Version 17.2.0 Preview […]
read more »