
Call a web API from ASP.NET Core Blazor - learn.microsoft.com
Jul 30, 2025 · This section applies to Blazor Web Apps that maintain a web API in the server project or transform web API calls to an external web API. When using the interactive …
Quickstart: Blazor Server Web API sample (C#) (Microsoft …
Oct 19, 2023 · This quickstart shows a simple approach to create a Blazor Server web application that connects to data in Dataverse. Learn more about Dataverse Web API capabilities by …
Secure an ASP.NET Core Blazor Web App with Microsoft Entra ID
Jul 30, 2025 · A backend web API uses JWT-bearer authentication to validate JWT tokens saved by the Blazor Web App in the sign-in cookie. Aspire improves the experience of building .NET …
ASP.NET Core Blazor | Microsoft Learn
Nov 12, 2024 · Explore ASP.NET Core Blazor, a way to build interactive client-side web UI with .NET in an ASP.NET Core app.
Secure an ASP.NET Core Blazor Web App with OpenID Connect …
Jul 29, 2025 · This article describes how to secure a Blazor Web App with OpenID Connect (OIDC) using a sample app in the dotnet/blazor-samples GitHub repository (.NET 8 or later) …
Build a .NET MAUI Blazor Hybrid app with a Blazor Web App
Sep 17, 2025 · This article shows you how to build a .NET MAUI Blazor Hybrid app with a Blazor Web App that uses a shared user interface via a Razor class library (RCL).
ASP.NET Core Blazor file uploads | Microsoft Learn
Mar 4, 2025 · The following example demonstrates uploading files to a backend web API controller in a separate app, possibly on a separate server, from a component in a Blazor Web …
How to use a blazor server app with a web api for authentication ...
Nov 30, 2023 · A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
Secure ASP.NET Core Blazor WebAssembly | Microsoft Learn
Feb 7, 2025 · The client-side Blazor WebAssembly app calls the server-side web API for secure app features and data processing. For more information, see Call a web API from an …
Secure a hosted ASP.NET Core Blazor WebAssembly app with …
Jul 29, 2025 · Learn how to secure a hosted ASP.NET Core Blazor WebAssembly app with Microsoft Entra ID.