Closed
Description
🙋 Documentation Request
"Blazor component" is an unofficial name. The official name of a component in Blazor is "Razor component." See the third paragraph of ...
https://learn.microsoft.com/aspnet/core/blazor/fundamentals/#razor-components
... and the first paragraph of ...
https://learn.microsoft.com/aspnet/core/blazor/components/#razor-components
"Blazor component" isn't used by the Blazor doc set.
💁 Possible Solution
To better align the FluentUI doc set with the Blazor doc set, I recommend performing a find-'n-replace on all instances of "Blazor component," replacing it with "Razor component."
I volunteer to submit a PR to address this if the maintainers approve my recommendation.