Skip to content

Commit 9328f3d

Browse files
authored
Prerender and Integrate work (Round 1) (#30455)
* Prerender and Integrate work (Round 1) * Updates * Updates * Updates
1 parent ff2d740 commit 9328f3d

File tree

23 files changed

+1087
-107
lines changed

23 files changed

+1087
-107
lines changed

aspnetcore/blazor/components/index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ uid: blazor/components/index
1414

1515
This article explains how to create and use Razor components in Blazor apps, including guidance on Razor syntax, component naming, namespaces, and component parameters.
1616

17-
Blazor apps are built using *Razor components*, informally known as *Blazor components* or only *components*. A component is a self-contained portion of user interface (UI) with processing logic to enable dynamic behavior. Components can be nested, reused, shared among projects, and [used in MVC and Razor Pages apps](xref:blazor/components/prerendering-and-integration).
17+
Blazor apps are built using *Razor components*, informally known as *Blazor components* or only *components*. A component is a self-contained portion of user interface (UI) with processing logic to enable dynamic behavior. Components can be nested, reused, shared among projects, and used in MVC and Razor Pages apps.
1818

1919
## Component classes
2020

@@ -1489,6 +1489,17 @@ Statically-rendered components can only be added to the app. They can't be remov
14891489

14901490
For more information, see the following resources:
14911491

1492+
:::moniker-end
1493+
1494+
:::moniker range=">= aspnetcore-8.0"
1495+
1496+
* <xref:mvc/views/tag-helpers/builtin-th/component-tag-helper>
1497+
* <xref:blazor/components/integration>
1498+
1499+
:::moniker-end
1500+
1501+
:::moniker range=">= aspnetcore-6.0 < aspnetcore-8.0"
1502+
14921503
* <xref:mvc/views/tag-helpers/builtin-th/component-tag-helper>
14931504
* <xref:blazor/components/prerendering-and-integration>
14941505

0 commit comments

Comments
 (0)