Skip to content

Commit 13c3d66

Browse files
authored
Update dates to rebuild articles (#35858)
1 parent 21d34d0 commit 13c3d66

7 files changed

+6
-7
lines changed

aspnetcore/blazor/call-web-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to call a web API from Blazor apps.
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: wpickett
77
ms.custom: mvc
8-
ms.date: 06/11/2025
8+
ms.date: 07/29/2025
99
uid: blazor/call-web-api
1010
---
1111
# Call a web API from ASP.NET Core Blazor

aspnetcore/blazor/security/blazor-web-app-with-entra.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ zone_pivot_groups: blazor-web-app-entra-specification
1414
<!-- UPDATE 10.0 Activate after release and INCLUDE is updated
1515
1616
[!INCLUDE[](~/includes/not-latest-version.md)]
17-
1817
-->
1918

2019
This article describes how to secure a Blazor Web App with [Microsoft identity platform](/entra/identity-platform/) with [Microsoft Identity Web packages](/entra/msal/dotnet/microsoft-identity-web/) for [Microsoft Entra ID](https://www.microsoft.com/security/business/microsoft-entra) using a sample app.

aspnetcore/blazor/security/blazor-web-app-with-oidc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Sample solution features:
5757

5858
* The app securely calls a web API for weather data:
5959

60-
* When rendering the `Weather` component on the server, the component uses the `ServerWeatherForecaster` on the server to obtain weather data from the web API in the `MinimalApiJwt` project using a <xref:System.Net.Http.DelegatingHandler> (`TokenHandler`) that attaches the access token from the <xref:Microsoft.AspNetCore.Http.HttpContext> to the request.
60+
* When rendering the `Weather` component on the server, the component uses the `ServerWeatherForecaster` on the server to obtain weather data from the web API in the `MinimalApiJwt` project using a <xref:System.Net.Http.DelegatingHandler> (`TokenHandler`) that attaches the access token from the <xref:Microsoft.AspNetCore.Http.HttpContext> to the request.
6161
* When the component is rendered on the client, the component uses the `ClientWeatherForecaster` service implementation, which uses a preconfigured <xref:System.Net.Http.HttpClient> (in the client project's `Program` file) to make the web API call from the server project's `ServerWeatherForecaster`.
6262

6363
:::moniker range=">= aspnetcore-9.0"

aspnetcore/blazor/security/webassembly/hosted-with-azure-active-directory-b2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to secure a hosted ASP.NET Core Blazor WebAssembly app wi
55
monikerRange: '>= aspnetcore-3.1 < aspnetcore-8.0'
66
ms.author: wpickett
77
ms.custom: mvc
8-
ms.date: 04/07/2025
8+
ms.date: 07/29/2025
99
uid: blazor/security/webassembly/hosted-with-azure-active-directory-b2c
1010
---
1111
# Secure a hosted ASP.NET Core Blazor WebAssembly app with Azure Active Directory B2C

aspnetcore/blazor/security/webassembly/hosted-with-microsoft-entra-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to secure a hosted ASP.NET Core Blazor WebAssembly app wi
55
monikerRange: '>= aspnetcore-3.1 < aspnetcore-8.0'
66
ms.author: wpickett
77
ms.custom: "devx-track-csharp, mvc"
8-
ms.date: 04/07/2025
8+
ms.date: 07/29/2025
99
uid: blazor/security/webassembly/hosted-with-microsoft-entra-id
1010
---
1111
# Secure a hosted ASP.NET Core Blazor WebAssembly app with Microsoft Entra ID

aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles-net-5-to-7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to configure Blazor WebAssembly to use Microsoft Entra ID
55
monikerRange: '>= aspnetcore-5.0 < aspnetcore-8.0'
66
ms.author: wpickett
77
ms.custom: "devx-track-csharp, mvc"
8-
ms.date: 11/12/2024
8+
ms.date: 07/29/2025
99
uid: blazor/security/webassembly/meid-groups-roles-net5to7
1010
zone_pivot_groups: blazor-groups-and-roles
1111
---

aspnetcore/release-notes/aspnetcore-5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: wadepickett
44
description: Learn about the new features in ASP.NET Core in .NET 5.
55
ms.author: wpickett
66
ms.custom: mvc
7-
ms.date: 10/29/2020
7+
ms.date: 07/29/2025
88
uid: aspnetcore-5.0
99
---
1010
# What's new in ASP.NET Core in .NET 5

0 commit comments

Comments
 (0)