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
1 Reply
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