Relative Content

Tag Archive for .net-coreblazor

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: