Aspnetcore.docs: Confusing text under "Components"

Created on 21 Feb 2020  Â·  2Comments  Â·  Source: dotnet/AspNetCore.Docs

"Razor Pages and MVC also use Razor. Unlike Razor Pages and MVC, which are built around a request/response model, components are used specifically for client-side UI logic and composition."

Perhaps rewrite it so that it doesn't say "Razor Pages and MVC" in opposite context so soon after the other.


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Blazor Source - Docs.ms doc-enhancement

Most helpful comment

Hello @BrunoBlanes ... thanks, but I think it's ok. That contrast is the point there: It's saying that RP/MVC also use Razor (first sentence) and how the goals differ for its use (second sentence).

All 2 comments

Hello @BrunoBlanes ... thanks, but I think it's ok. That contrast is the point there: It's saying that RP/MVC also use Razor (first sentence) and how the goals differ for its use (second sentence).

Emphasizing the client-side and server-side might be better.

"Razor Pages and MVC also use Razor. Unlike Razor Pages and MVC, which are built around a server-side request/response model, components are used specifically for client-side UI logic and composition."

Was this page helpful?
0 / 5 - 0 ratings