When I have .razor.cs file it is no brainer, but how to tell given Blazor component is abstract when having only .razor file?
I checked https://learn.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-8.0 but didn't find anything relevant.