diff --git a/aspnetcore/blazor/components/class-libraries-and-static-server-side-rendering.md b/aspnetcore/blazor/components/class-libraries-and-static-server-side-rendering.md index d963215e51f6..32673c24c7c0 100644 --- a/aspnetcore/blazor/components/class-libraries-and-static-server-side-rendering.md +++ b/aspnetcore/blazor/components/class-libraries-and-static-server-side-rendering.md @@ -10,11 +10,7 @@ uid: blazor/components/class-libraries-with-static-ssr --- # ASP.NET Core Razor class libraries (RCLs) with static server-side rendering (static SSR) - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This article provides guidance for component library authors considering support for static server-side rendering (static SSR). diff --git a/aspnetcore/blazor/components/integration.md b/aspnetcore/blazor/components/integration.md index 3f26a167faab..be74fa2b5a29 100644 --- a/aspnetcore/blazor/components/integration.md +++ b/aspnetcore/blazor/components/integration.md @@ -10,11 +10,7 @@ uid: blazor/components/integration --- # Integrate ASP.NET Core Razor components into ASP.NET Core apps - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This article explains Razor component integration scenarios for ASP.NET Core apps. diff --git a/aspnetcore/blazor/components/prerender.md b/aspnetcore/blazor/components/prerender.md index 0fd1a17e7d5c..bb154215020c 100644 --- a/aspnetcore/blazor/components/prerender.md +++ b/aspnetcore/blazor/components/prerender.md @@ -10,11 +10,7 @@ uid: blazor/components/prerender --- # Prerender ASP.NET Core Razor components - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] The [`QuickGrid`](xref:Microsoft.AspNetCore.Components.QuickGrid) component is a Razor component for quickly and efficiently displaying data in tabular form. `QuickGrid` provides a simple and convenient data grid component for common grid rendering scenarios and serves as a reference architecture and performance baseline for building data grid components. `QuickGrid` is highly optimized and uses advanced techniques to achieve optimal rendering performance. diff --git a/aspnetcore/blazor/components/render-components-outside-of-aspnetcore.md b/aspnetcore/blazor/components/render-components-outside-of-aspnetcore.md index 5c64ced5955d..b1217fb8a8d3 100644 --- a/aspnetcore/blazor/components/render-components-outside-of-aspnetcore.md +++ b/aspnetcore/blazor/components/render-components-outside-of-aspnetcore.md @@ -10,11 +10,7 @@ uid: blazor/components/render-outside-of-aspnetcore --- # Render Razor components outside of ASP.NET Core - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] Razor components can be rendered outside of the context of an HTTP request. You can render Razor components as HTML directly to a string or stream independently of the ASP.NET Core hosting environment. This is convenient for scenarios where you want to generate HTML fragments, such as for generating email content, generating static site content, or for building a content templating engine. diff --git a/aspnetcore/blazor/components/render-modes.md b/aspnetcore/blazor/components/render-modes.md index 61e3a8afd2c1..77bdf0e6a17b 100644 --- a/aspnetcore/blazor/components/render-modes.md +++ b/aspnetcore/blazor/components/render-modes.md @@ -10,11 +10,7 @@ uid: blazor/components/render-modes --- # ASP.NET Core Blazor render modes - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This article explains control of Razor component rendering in Blazor Web Apps, either at compile time or runtime. diff --git a/aspnetcore/blazor/components/sections.md b/aspnetcore/blazor/components/sections.md index 51ce9416b44a..5206fbd93666 100644 --- a/aspnetcore/blazor/components/sections.md +++ b/aspnetcore/blazor/components/sections.md @@ -10,11 +10,7 @@ uid: blazor/components/sections --- # ASP.NET Core Blazor sections - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This article explains how to control the content in a Razor component from a child Razor component. diff --git a/aspnetcore/blazor/hybrid/troubleshoot.md b/aspnetcore/blazor/hybrid/troubleshoot.md index 0bbcd11e1b1c..85de7a18f5c0 100644 --- a/aspnetcore/blazor/hybrid/troubleshoot.md +++ b/aspnetcore/blazor/hybrid/troubleshoot.md @@ -10,11 +10,7 @@ uid: blazor/hybrid/troubleshoot --- # Troubleshoot ASP.NET Core Blazor Hybrid - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] has built-in logging that can help you diagnose problems in your Blazor Hybrid app. diff --git a/aspnetcore/blazor/hybrid/tutorials/maui-blazor-web-app.md b/aspnetcore/blazor/hybrid/tutorials/maui-blazor-web-app.md index 24079ade0b7d..d27cbd51beba 100644 --- a/aspnetcore/blazor/hybrid/tutorials/maui-blazor-web-app.md +++ b/aspnetcore/blazor/hybrid/tutorials/maui-blazor-web-app.md @@ -10,6 +10,8 @@ uid: blazor/hybrid/tutorials/maui-blazor-web-app --- # Build a .NET MAUI Blazor Hybrid app with a Blazor Web App +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] + 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). ## Prerequisites and preliminary steps diff --git a/aspnetcore/blazor/javascript-interoperability/static-server-rendering.md b/aspnetcore/blazor/javascript-interoperability/static-server-rendering.md index 62f9baf36a23..9213318c4a28 100644 --- a/aspnetcore/blazor/javascript-interoperability/static-server-rendering.md +++ b/aspnetcore/blazor/javascript-interoperability/static-server-rendering.md @@ -10,11 +10,7 @@ uid: blazor/js-interop/ssr --- # ASP.NET Core Blazor JavaScript with static server-side rendering (static SSR) - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This article explains how to load JavaScript (JS) in a Blazor Web App with static server-side rendering (static SSR) and [enhanced navigation](xref:blazor/fundamentals/routing#enhanced-navigation-and-form-handling). diff --git a/aspnetcore/blazor/security/blazor-web-app-with-oidc.md b/aspnetcore/blazor/security/blazor-web-app-with-oidc.md index d8a483d84e53..9234319c0240 100644 --- a/aspnetcore/blazor/security/blazor-web-app-with-oidc.md +++ b/aspnetcore/blazor/security/blazor-web-app-with-oidc.md @@ -11,11 +11,7 @@ zone_pivot_groups: blazor-web-app-oidc-specification --- # Secure an ASP.NET Core Blazor Web App with OpenID Connect (OIDC) - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This article describes how to secure a Blazor Web App with [OpenID Connect (OIDC)](https://openid.net/developers/how-connect-works/) using a sample app in the [`dotnet/blazor-samples` GitHub repository (.NET 8 or later)](https://github.com/dotnet/blazor-samples) ([how to download](xref:blazor/fundamentals/index#sample-apps)). diff --git a/aspnetcore/blazor/security/server/account-confirmation-and-password-recovery.md b/aspnetcore/blazor/security/server/account-confirmation-and-password-recovery.md index 568b3d64e619..00b5301384d7 100644 --- a/aspnetcore/blazor/security/server/account-confirmation-and-password-recovery.md +++ b/aspnetcore/blazor/security/server/account-confirmation-and-password-recovery.md @@ -9,6 +9,8 @@ uid: blazor/security/server/account-confirmation-and-password-recovery --- # Account confirmation and password recovery in ASP.NET Core Blazor +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] + This article explains how to configure an ASP.NET Core Blazor Web App with email confirmation and password recovery. ## Namespace diff --git a/aspnetcore/blazor/security/server/qrcodes-for-authenticator-apps.md b/aspnetcore/blazor/security/server/qrcodes-for-authenticator-apps.md index 8e63126a14c5..33b495535c71 100644 --- a/aspnetcore/blazor/security/server/qrcodes-for-authenticator-apps.md +++ b/aspnetcore/blazor/security/server/qrcodes-for-authenticator-apps.md @@ -9,6 +9,8 @@ uid: blazor/security/server/qrcodes-for-authenticator-apps --- # Enable QR code generation for TOTP authenticator apps in an ASP.NET Core Blazor Web App +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] + This article explains how to configure an ASP.NET Core Blazor Web App with QR code generation for TOTP authenticator apps. For an introduction to two-factor authentication (2FA) with authenticator apps using a Time-based One-time Password Algorithm (TOTP), see . diff --git a/aspnetcore/blazor/security/server/static-server-side-rendering.md b/aspnetcore/blazor/security/server/static-server-side-rendering.md index aae18ca506f6..5425a21a4841 100644 --- a/aspnetcore/blazor/security/server/static-server-side-rendering.md +++ b/aspnetcore/blazor/security/server/static-server-side-rendering.md @@ -10,11 +10,7 @@ uid: blazor/security/server/static-server-side-rendering --- # Threat mitigation guidance for ASP.NET Core Blazor static server-side rendering - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This article explains the security considerations that developers should take into account when developing Blazor Web Apps with static server-side rendering. diff --git a/aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles.md b/aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles.md index 42140e821e42..5c2edd4c9b01 100644 --- a/aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles.md +++ b/aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles.md @@ -10,11 +10,7 @@ uid: blazor/security/webassembly/meid-groups-roles --- # Microsoft Entra (ME-ID) groups, Administrator Roles, and App Roles - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This article explains how to configure Blazor WebAssembly to use Microsoft Entra ID (ME-ID) groups and roles. diff --git a/aspnetcore/blazor/security/webassembly/standalone-with-identity.md b/aspnetcore/blazor/security/webassembly/standalone-with-identity.md index 27a24a5c3134..039ddd0989cf 100644 --- a/aspnetcore/blazor/security/webassembly/standalone-with-identity.md +++ b/aspnetcore/blazor/security/webassembly/standalone-with-identity.md @@ -10,11 +10,7 @@ uid: blazor/security/webassembly/standalone-with-identity --- # Secure ASP.NET Core Blazor WebAssembly with ASP.NET Core Identity - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] Standalone Blazor WebAssembly apps can be secured with ASP.NET Core Identity by following the guidance in this article. diff --git a/aspnetcore/blazor/tutorials/movie-database-app/index.md b/aspnetcore/blazor/tutorials/movie-database-app/index.md index ce8f277a6271..7e442bd521b8 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/index.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/index.md @@ -10,11 +10,7 @@ uid: blazor/tutorials/movie-database-app/index --- # Build a Blazor movie database app (Overview) - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This tutorial explains the basics of building a Blazor Web App with a database, Entity Framework (EF) Core, and user interactivity. diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-1.md b/aspnetcore/blazor/tutorials/movie-database-app/part-1.md index 591dedf6ac40..785cc3611872 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-1.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-1.md @@ -11,11 +11,7 @@ zone_pivot_groups: tooling --- # Build a Blazor movie database app (Part 1 - Create a Blazor Web App) - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This article is the first part of the Blazor movie database app tutorial that teaches you the basics of building an ASP.NET Core Blazor Web App with features to manage a movie database. diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-2.md b/aspnetcore/blazor/tutorials/movie-database-app/part-2.md index bf928dd347db..28c463234a08 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-2.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-2.md @@ -11,11 +11,7 @@ zone_pivot_groups: tooling --- # Build a Blazor movie database app (Part 2 - Add and scaffold a model) - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This article is the second part of the Blazor movie database app tutorial that teaches you the basics of building an ASP.NET Core Blazor Web App with features to manage a movie database. diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-3.md b/aspnetcore/blazor/tutorials/movie-database-app/part-3.md index 3c2a2128448e..d3caa7123df3 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-3.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-3.md @@ -11,11 +11,7 @@ zone_pivot_groups: tooling --- # Build a Blazor movie database app (Part 3 - Learn about Razor components) - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This article is the third part of the Blazor movie database app tutorial that teaches you the basics of building an ASP.NET Core Blazor Web App with features to manage a movie database. diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-4.md b/aspnetcore/blazor/tutorials/movie-database-app/part-4.md index 786d8137a4cc..1624688f2abc 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-4.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-4.md @@ -11,11 +11,7 @@ zone_pivot_groups: tooling --- # Build a Blazor movie database app (Part 4 - Work with a database) - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This article is the fourth part of the Blazor movie database app tutorial that teaches you the basics of building an ASP.NET Core Blazor Web App with features to manage a movie database. diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-5.md b/aspnetcore/blazor/tutorials/movie-database-app/part-5.md index 4adfca722b0e..1f4e6ad6565e 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-5.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-5.md @@ -11,11 +11,7 @@ zone_pivot_groups: tooling --- # Build a Blazor movie database app (Part 5 - Add validation) - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This article is the fifth part of the Blazor movie database app tutorial that teaches you the basics of building an ASP.NET Core Blazor Web App with features to manage a movie database. diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-6.md b/aspnetcore/blazor/tutorials/movie-database-app/part-6.md index bdb4ada8949a..1b9bb7cc88e9 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-6.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-6.md @@ -11,11 +11,7 @@ zone_pivot_groups: tooling --- # Build a Blazor movie database app (Part 6 - Add search) - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This article is the sixth part of the Blazor movie database app tutorial that teaches you the basics of building an ASP.NET Core Blazor Web App with features to manage a movie database. diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-7.md b/aspnetcore/blazor/tutorials/movie-database-app/part-7.md index 02d313dd032a..4beff2eaab38 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-7.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-7.md @@ -11,11 +11,7 @@ zone_pivot_groups: tooling --- # Build a Blazor movie database app (Part 7 - Add a new field) - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This article is the seventh part of the Blazor movie database app tutorial that teaches you the basics of building an ASP.NET Core Blazor Web App with features to manage a movie database. diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-8.md b/aspnetcore/blazor/tutorials/movie-database-app/part-8.md index fe73f9c6899c..9c1968bc0c2d 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-8.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-8.md @@ -11,11 +11,7 @@ zone_pivot_groups: tooling --- # Build a Blazor movie database app (Part 8 - Add interactivity) - +[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)] This article is the eighth part of the Blazor movie database app tutorial that teaches you the basics of building an ASP.NET Core Blazor Web App with features to manage a movie database.