Blazor : Calling REST API Example [WEB API]

preview_player
Показать описание
Learn how to call web API from blazor project with short and proper example.

(Affiliate Links)
----------------------------------------------------------------------------------------------------
👍Top 5 Blazor Courses :
----------------------------------------------------------------------------------------------------
✔️For Beginners :

✔️Most Popular :
----------------------------------------------------------------------------------------------------
👍Top 5 ASP.NET Core Courses :
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
👍Top 5 Web API Courses :
----------------------------------------------------------------------------------------------------

===============================================
✅ OTHER INFORMATION :
===============================================
----------------------------------------------------------------------------------------------------

#WebApiBlazor #ApiCallingBlazor #BlazorWebApi #RestApiBlazor #BlazorRestApiCalling
#ThumbIKR
Рекомендации по теме
Комментарии
Автор

Many Many Thanks, Can this Example use in Blazor MAUI App

dhirenpathak
Автор

how can we manage status codes or errors in the api from the blazor app?, for example a simple NotFound

BarriDuty
Автор

Hey man nice vid, I'm having issues with authentication. I said an auth token in local storage and then when I send off a request to my API, it's fine if I login fresh. But when I close the session and then reload the site, it seems like the token isn't recognised by the API even though the token hasn't expired. Would you store these tokens into the database? Thanks

fadge
Автор

I am using an API that returns JSON. Could you make a video on how to convert JSON to string/int etc. in Blazor?

ChanceOverberg
Автор

Where POST request examples? anyone? get works fine, but post doesn't works, and i search second day example of post request. and you know wha? i can't find it.

MrChelovek