Skip to content

Commit

Permalink
Activate preview notices (#34099)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex authored Nov 13, 2024
1 parent 6e6fe9d commit eea43c2
Show file tree
Hide file tree
Showing 25 changed files with 28 additions and 110 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- UPDATE 9.0 Activate after release and INCLUDE is updated
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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).

Expand Down
6 changes: 1 addition & 5 deletions aspnetcore/blazor/components/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ uid: blazor/components/integration
---
# Integrate ASP.NET Core Razor components into ASP.NET Core apps

<!-- UPDATE 9.0 Activate after release and INCLUDE is updated
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)]

This article explains Razor component integration scenarios for ASP.NET Core apps.

Expand Down
6 changes: 1 addition & 5 deletions aspnetcore/blazor/components/prerender.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ uid: blazor/components/prerender
---
# Prerender ASP.NET Core Razor components

<!-- UPDATE 9.0 Activate after release and INCLUDE is updated
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)]

<!--
NOTE: The console output block quotes in this topic use a double-space
Expand Down
6 changes: 1 addition & 5 deletions aspnetcore/blazor/components/quickgrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ uid: blazor/components/quickgrid
---
# ASP.NET Core Blazor `QuickGrid` component

<!-- UPDATE 9.0 Enable the following
[!INCLUDE[](~/includes/not-latest-version.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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ uid: blazor/components/render-outside-of-aspnetcore
---
# Render Razor components outside of ASP.NET Core

<!-- UPDATE 9.0 Activate after release and INCLUDE is updated
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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.

Expand Down
6 changes: 1 addition & 5 deletions aspnetcore/blazor/components/render-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ uid: blazor/components/render-modes
---
# ASP.NET Core Blazor render modes

<!-- UPDATE 9.0 Activate after release and INCLUDE is updated
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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.

Expand Down
6 changes: 1 addition & 5 deletions aspnetcore/blazor/components/sections.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ uid: blazor/components/sections
---
# ASP.NET Core Blazor sections

<!-- UPDATE 9.0 Activate after release and INCLUDE is updated
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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.

Expand Down
6 changes: 1 addition & 5 deletions aspnetcore/blazor/hybrid/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ uid: blazor/hybrid/troubleshoot
---
# Troubleshoot ASP.NET Core Blazor Hybrid

<!-- UPDATE 9.0 Activate after release and INCLUDE is updated
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)]

<xref:Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView> has built-in logging that can help you diagnose problems in your Blazor Hybrid app.

Expand Down
2 changes: 2 additions & 0 deletions aspnetcore/blazor/hybrid/tutorials/maui-blazor-web-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ uid: blazor/js-interop/ssr
---
# ASP.NET Core Blazor JavaScript with static server-side rendering (static SSR)

<!-- UPDATE 9.0 Activate after release and INCLUDE is updated
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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).

Expand Down
6 changes: 1 addition & 5 deletions aspnetcore/blazor/security/blazor-web-app-with-oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ zone_pivot_groups: blazor-web-app-oidc-specification
---
# Secure an ASP.NET Core Blazor Web App with OpenID Connect (OIDC)

<!-- UPDATE 9.0 Activate after release and INCLUDE is updated
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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)).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <xref:security/authentication/identity-enable-qrcodes>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ uid: blazor/security/server/static-server-side-rendering
---
# Threat mitigation guidance for ASP.NET Core Blazor static server-side rendering

<!-- UPDATE 9.0 Activate after release and INCLUDE is updated
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ uid: blazor/security/webassembly/meid-groups-roles
---
# Microsoft Entra (ME-ID) groups, Administrator Roles, and App Roles

<!-- UPDATE 9.0 Activate at 9.0 GA.
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ uid: blazor/security/webassembly/standalone-with-identity
---
# Secure ASP.NET Core Blazor WebAssembly with ASP.NET Core Identity

<!-- UPDATE 9.0 Activate after release and INCLUDE is updated
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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.

Expand Down
6 changes: 1 addition & 5 deletions aspnetcore/blazor/tutorials/movie-database-app/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ uid: blazor/tutorials/movie-database-app/index
---
# Build a Blazor movie database app (Overview)

<!-- UPDATE 9.0 Activate after release
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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.

Expand Down
6 changes: 1 addition & 5 deletions aspnetcore/blazor/tutorials/movie-database-app/part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ zone_pivot_groups: tooling
---
# Build a Blazor movie database app (Part 1 - Create a Blazor Web App)

<!-- UPDATE 9.0 Activate after release
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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.

Expand Down
6 changes: 1 addition & 5 deletions aspnetcore/blazor/tutorials/movie-database-app/part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ zone_pivot_groups: tooling
---
# Build a Blazor movie database app (Part 2 - Add and scaffold a model)

<!-- UPDATE 9.0 Activate after release
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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.

Expand Down
6 changes: 1 addition & 5 deletions aspnetcore/blazor/tutorials/movie-database-app/part-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ zone_pivot_groups: tooling
---
# Build a Blazor movie database app (Part 3 - Learn about Razor components)

<!-- UPDATE 9.0 Activate after release
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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.

Expand Down
6 changes: 1 addition & 5 deletions aspnetcore/blazor/tutorials/movie-database-app/part-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ zone_pivot_groups: tooling
---
# Build a Blazor movie database app (Part 4 - Work with a database)

<!-- UPDATE 9.0 Activate after release
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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.

Expand Down
6 changes: 1 addition & 5 deletions aspnetcore/blazor/tutorials/movie-database-app/part-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ zone_pivot_groups: tooling
---
# Build a Blazor movie database app (Part 5 - Add validation)

<!-- UPDATE 9.0 Activate after release
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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.

Expand Down
6 changes: 1 addition & 5 deletions aspnetcore/blazor/tutorials/movie-database-app/part-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ zone_pivot_groups: tooling
---
# Build a Blazor movie database app (Part 6 - Add search)

<!-- UPDATE 9.0 Activate after release
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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.

Expand Down
6 changes: 1 addition & 5 deletions aspnetcore/blazor/tutorials/movie-database-app/part-7.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ zone_pivot_groups: tooling
---
# Build a Blazor movie database app (Part 7 - Add a new field)

<!-- UPDATE 9.0 Activate after release
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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.

Expand Down
6 changes: 1 addition & 5 deletions aspnetcore/blazor/tutorials/movie-database-app/part-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ zone_pivot_groups: tooling
---
# Build a Blazor movie database app (Part 8 - Add interactivity)

<!-- UPDATE 9.0 Activate after release
[!INCLUDE[](~/includes/not-latest-version.md)]
-->
[!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.

Expand Down

0 comments on commit eea43c2

Please sign in to comment.