ASP.NET Core Blazor API – FromQuery is always returning null
I have an API endpoint that takes a query string parameter, but the value returned is always null, even when a value is passed.
ASP.net core Blazor API – FromQuery always returning null
I have an API end point that takes a query string parameter but the value returned is always null even when a value is passed.