We would like to develop a client-side Blazor component for one of our clients to embed on a page in their website. The website is written with Drupal, but really my questi
Yes. This is possible. Once you publish client-side Blazor application using dotnet publish resulting files can be served from any static file hosting. For example you could serve the results using http-server . from the folder where results are published.
To control appearance where Blazor application would be visible in the final HTML application, you can augment index.html as you see fit. tag would be replaced by Blazor application.