How to create custom authentication
I want to migrate my React/Java application into Blazor Server application. Therefore, I have to create custom authentication.
How to bind a Blazor form to an enumerable
I’m trying to provide an empty set of text boxes to a user, get their input, and send the result to an API. Ideally this would not be a fixed size list, but I can live with that for now. How can I get it to bind succesfully? My form looks like this: