Skip to content

Commit 19167af

Browse files
committed
Activate preview notices
1 parent 525450c commit 19167af

22 files changed

+0
-88
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ 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-
1513
[!INCLUDE[](~/includes/not-latest-version.md)]
1614

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

2117
Blazor encourages the development of an ecosystem of open-source and commercial component libraries, formally called *Razor class libraries (RCLs)*. Developers might also create reusable components for sharing components privately across apps within their own companies. Ideally, components are developed for compatibility with as many hosting models and rendering modes as possible. Static SSR introduces additional restrictions that can be more challenging to support than interactive rendering modes.

aspnetcore/blazor/components/integration.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ 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-
1513
[!INCLUDE[](~/includes/not-latest-version.md)]
1614

17-
-->
18-
1915
This article explains Razor component integration scenarios for ASP.NET Core apps.
2016

2117
## Razor component integration

aspnetcore/blazor/components/prerender.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ 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-
1513
[!INCLUDE[](~/includes/not-latest-version.md)]
1614

17-
-->
18-
1915
<!--
2016
NOTE: The console output block quotes in this topic use a double-space
2117
at the ends of lines to generate a bare return in block quote output.

aspnetcore/blazor/components/quickgrid.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ uid: blazor/components/quickgrid
1010
---
1111
# ASP.NET Core Blazor `QuickGrid` component
1212

13-
<!-- UPDATE 9.0 Enable the following
14-
1513
[!INCLUDE[](~/includes/not-latest-version.md)]
1614

17-
-->
18-
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

2117
## Package

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ 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-
1513
[!INCLUDE[](~/includes/not-latest-version.md)]
1614

17-
-->
18-
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

2117
In the following example, a Razor component is rendered to an HTML string from a console app:

aspnetcore/blazor/components/render-modes.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ 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-
1513
[!INCLUDE[](~/includes/not-latest-version.md)]
1614

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

2117
This guidance doesn't apply to standalone Blazor WebAssembly apps. Blazor WebAssembly apps only render on the client via a client-side WebAssembly-based runtime and have no concept of a *render mode*. If a render mode is applied to a component in a Blazor WebAssembly app, the render mode designation has no influence on rendering the component.

aspnetcore/blazor/components/sections.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ uid: blazor/components/sections
1010
---
1111
# ASP.NET Core Blazor sections
1212

13-
<!-- UPDATE 9.0 Activate after release and INCLUDE is updated
14-
1513
[!INCLUDE[](~/includes/not-latest-version.md)]
1614

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

2117
## Blazor sections

aspnetcore/blazor/hybrid/troubleshoot.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ 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-
1513
[!INCLUDE[](~/includes/not-latest-version.md)]
1614

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

2117
This article explains the steps to use <xref:Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebView> logging:

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ 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-
1513
[!INCLUDE[](~/includes/not-latest-version.md)]
1614

17-
-->
18-
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

2117
Some apps depend on JS to perform initialization tasks that are specific to each page. When using Blazor's enhanced navigation feature, which allows the user to avoid reloading the entire page, page-specific JS may not be executed again as expected each time an enhanced page navigation occurs.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ zone_pivot_groups: blazor-web-app-oidc-specification
1111
---
1212
# Secure an ASP.NET Core Blazor Web App with OpenID Connect (OIDC)
1313

14-
<!-- UPDATE 9.0 Activate after release and INCLUDE is updated
15-
1614
[!INCLUDE[](~/includes/not-latest-version.md)]
1715

18-
-->
19-
2016
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)).
2117

2218
:::zone pivot="without-bff-pattern"

0 commit comments

Comments
 (0)