.NET core controller not receiving correct input from query string
I have an Angular client making requests to a .NET core API. There are two functions that are nearly identical, one works, and the other does not. I can not figure out what the difference is. Here are the two functions on the client side using the angular/common/httpclient: getInstitutionSettings(institutionId: string): Promise<any | undefined> { return… Read More .NET core controller not receiving correct input from query string