How to consume Data from a Web API using Blazor WebAssembly

preview_player
Показать описание
In this video, I'm going to show you how to consume a Web API from a Blazor WebAssembly app.

Where you can find me:

#blazor #webapi #httpclient
Рекомендации по теме
Комментарии
Автор

Love it! I did not know about Paste JSON as Classes in Visual Studio! What a time saver! Thanks!!!

davestorm
Автор

I am an experienced c# developer but I always learn a lot from you Pat, thank you so much

broadshare
Автор

any suggestion on the secure the API with secret, Pat?

hamgaiteen
Автор

Great vid.👍😁 I'm a bit new to blazor web assembly. Can a web assembly consume multiple Web Api base addresses?
Let's say the app is consuming 1 web api from amazon and another web api from Microsoft. Is that possible? Thanks.

qutiephoebe
Автор

Do you need to worry about CORS in order to call an external REST API?

LimingRen