Form Data Binding Issue in .NET 8 Razor Pages: Parameters Not Bound Correctly (null)
I’m new to Blazor and I’m experimenting with a login form in a new project. I have set up the following code for the form, but regardless of the input, the username and password fields are always null. As a result, the form isn’t functioning as expected.