P R Deltoid
ASP.NET API Controller not returning values shown in debugger
Well that did it. I had this working previously without it being a property and I am not sure exactly what changes I made in that time caused this (I am doing a major port to Blazor from Razor Pages). Oh well. Thank you for your help.
3 replies
Setting BaseURI for named HttpClient in DI not including trailing string
Apparently, when using the HttpClient, my requestUri had a leading slash ("/Chores") and HttpClient was getting messed up trying to combine it with my BaseAddress for some reason. Removing the slash from my HttpClient's Get request fixes this issue.
3 replies