Closed
Description
Is your feature request related to a problem? Please describe.
Feature description question
Describe the solution you'd like
The RCL project template and the WebView sample component have a components with the following markup:
<div class="my-component">
This Blazor component is defined in the <strong>WebviewAppShared</strong> package.
</div>
<div class="my-component">
This Blazor component is defined in the <strong>Company.RazorClassLibrary1</strong> library.
</div>
We don't currently use the naming 'Blazor component' in docs. We use 'Razor component' everywhere. I wonder if these framework components should use 'Razor component'? If not, what doc contexts should use 'Blazor component'?
Additional context
- https://github.com/dotnet/aspnetcore/blob/main/src/Components/WebView/Samples/WebviewAppShared/SharedComponent.razor
- https://github.com/dotnet/aspnetcore/blob/main/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/Component1.razor
Also note that a few other spots use 'Blazor component' lingo. For example, I saw 'Blazor component model' go by in search results.