Update choose-web-ui.md (#33189)

Small single line H2 Fix
pull/33194/head
Wade Pickett 2024-07-27 00:14:19 -07:00 committed by GitHub
parent 94ebebc2bd
commit 5918fa525b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ To get started, see:
* [Create an ASP.NET Core app with Vue](/visualstudio/javascript/tutorial-asp-net-core-with-vue)
* [JavaScript and TypeScript in Visual Studio](/visualstudio/javascript/javascript-in-visual-studio)
## Choose a hybrid solution: ASP.NET Core MVC or Razor Pages plus Blazor
## Combine multiple web UI solutions: ASP.NET Core MVC or Razor Pages plus Blazor
MVC, Razor Pages, and Blazor are part of the ASP.NET Core framework and are designed to be used together. Razor components can be integrated into Razor Pages and MVC apps. When a view or page is rendered, components can be prerendered at the same time.