Asp.net – Why cant i bind value to my property through a dropdownlist in Blazor?
I would like to bind a value to a property that i would like to post later through my dropdownlist. My problem is that i cant use @Bind-Value="@name" inside a select with options. I Get this error message RZ9991 The…