Must a Blazor web app only use .razor components?
Very simple question here, so please be gentle with me.
I started a new Blazor app in early November 2024. The last time I worked on it was early December 2024, when several other urgent demands came up and I had to put this app aside until now. I cannot remember exactly what template I chose when creating this app, but it has both CSHTML and Razor files within it. I've run into a problem, so I started looking for solutions. On Stack Overflow I saw an answer to a different question, which left me with the impression that one should NEVER use CSHTML files within a Blazor web app. I thought that using both CSHTML and RAZOR within the same project was fine, so long as when you use a Blazor component it is referenced as a Blazor component. But this person's adamant emphasis that under no circumstances should you use a CSHTML file in a Blazor app has me doubting myself/understanding.
So, basically is this person's assertion that a CSHTML file must never, under any circumstances, be within a Blazor app true?