WebClient is not supported in Blazor both in the server-side and client-side environments. It is generally recommended to use HttpClient for making HTTP requests in Blazor applications.
WebClient is not supported in Blazor both in the server-side and client-side environments. It is generally recommended to use HttpClient for making HTTP requests in Blazor applications.
Share with