Not getting a valid json from controller Get – Asp.net
This is a Blazer server app, and im having trouble getting the values from the Controller using a ApiService, where I call the api service method from a @code section of the Index.razor page. Index.razor @code { private List<SystemUser> systemUsers;…