Cross-link component integration (#22124)

pull/22126/head
Luke Latham 2021-04-24 04:47:39 -05:00 committed by GitHub
parent cac652fd8a
commit 790dc85160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ uid: blazor/components/index
---
# ASP.NET Core Razor components
Blazor apps are built using *Razor components*. A component is a self-contained portion of user interface (UI) with processing logic to enable dynamic behavior. Components can be nested, reused, and shared among projects.
Blazor apps are built using *Razor 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).
## Component classes