Need blazer help

I am trying to make a page for showing guns from a game and then eventually a new page comparing them in Blazor
No description
1 Reply
Anu6is
Anu6is11mo ago
C# is case sensitive... you are using Guns in your if condition and guns as your field ... they aren't the same thing. Also, fix whatever error GetAllGunsAsync() is telling you about

Did you find this page helpful?