Skip to content

Commit eea43c2

Browse files
authored
Activate preview notices (#34099)
1 parent 6e6fe9d commit eea43c2

25 files changed

+28
-110
lines changed

aspnetcore/blazor/components/class-libraries-and-static-server-side-rendering.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ uid: blazor/components/class-libraries-with-static-ssr
1010
---
1111
# ASP.NET Core Razor class libraries (RCLs) with static server-side rendering (static SSR)
1212

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

1915
This article provides guidance for component library authors considering support for static server-side rendering (static SSR).
2016

aspnetcore/blazor/components/integration.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ uid: blazor/components/integration
1010
---
1111
# Integrate ASP.NET Core Razor components into ASP.NET Core apps
1212

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

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

aspnetcore/blazor/components/prerender.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ uid: blazor/components/prerender
1010
---
1111
# Prerender ASP.NET Core Razor components
1212

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

1915
<!--
2016
NOTE: The console output block quotes in this topic use a double-space

aspnetcore/blazor/components/quickgrid.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ uid: blazor/components/quickgrid
1010
---
1111
# ASP.NET Core Blazor `QuickGrid` component
1212

13-
<!-- UPDATE 9.0 Enable the following
14-
15-
[!INCLUDE[](~/includes/not-latest-version.md)]
16-
17-
-->
13+
[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)]
1814

1915
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.
2016

aspnetcore/blazor/components/render-components-outside-of-aspnetcore.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ uid: blazor/components/render-outside-of-aspnetcore
1010
---
1111
# Render Razor components outside of ASP.NET Core
1212

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

1915
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.
2016

aspnetcore/blazor/components/render-modes.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ uid: blazor/components/render-modes
1010
---
1111
# ASP.NET Core Blazor render modes
1212

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

1915
This article explains control of Razor component rendering in Blazor Web Apps, either at compile time or runtime.
2016

aspnetcore/blazor/components/sections.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ uid: blazor/components/sections
1010
---
1111
# ASP.NET Core Blazor sections
1212

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

1915
This article explains how to control the content in a Razor component from a child Razor component.
2016

aspnetcore/blazor/hybrid/troubleshoot.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ uid: blazor/hybrid/troubleshoot
1010
---
1111
# Troubleshoot ASP.NET Core Blazor Hybrid
1212

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

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

aspnetcore/blazor/hybrid/tutorials/maui-blazor-web-app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ uid: blazor/hybrid/tutorials/maui-blazor-web-app
1010
---
1111
# Build a .NET MAUI Blazor Hybrid app with a Blazor Web App
1212

13+
[!INCLUDE[](~/includes/not-latest-version-without-not-supported-content.md)]
14+
1315
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).
1416

1517
## Prerequisites and preliminary steps

aspnetcore/blazor/javascript-interoperability/static-server-rendering.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ uid: blazor/js-interop/ssr
1010
---
1111
# ASP.NET Core Blazor JavaScript with static server-side rendering (static SSR)
1212

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

1915
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).
2016

0 commit comments

Comments
 (0)