Blazor lets you build interactive web UIs using C# instead of JavaScript.
My company is moving from a legacy codebase to a more modern platform and we are moving to Blazor. We …
c# mvvm .net-core blazor blazor-server-sideI want to create custom input, so I created this component: MyInputComponent.razor: <div> <input type="text" @…
c# blazor