Category "selectlist"

Blazor Generic SelectList not showing checked items on load

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

SelectList and DropDownList (razor) in .net web API applications

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?