I want to embed a Razor component in a PHP page.
I would like to render a Razor component in any render mode directly on a PHP page - which should be possible with ASP.NET Core 8.
I have experience from rendering CSHTML partials in previous projects - for the Peachpie-based Wordpress specifically, but I want to do it the new way as of .NET 8.