79415631

Date: 2025-02-05 17:30:43
Score: 0.5
Natty:
Report link

Your httpclient isn't directly available in the index.razor component, so you can inject it manually

Update your .razor file

@inject HttpClient Http
@inject NavigationManager NavigationManager

Update your OnInitializedAsync to use:

await Http.GetFromJsonAsync
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: damiensprinkle