I am using a generic SelectList to render a list of checkboxes. I can check items and save them to the users record without problems. But on retrieving the user
I am transferring an MVC app to .net core API and was wondering whether it's possible to use SelectList and Html.DropDownList on the razor side in the API app?