Why my Program.cs is not being invoked when I initialize webassembly .Net component from .Net web application?
I have a sample project in Git. It does not contain any custom code beyond the .NET Blazor Server with interactive server rendering and a sample WebAssembly component. I used the default .NET 8 templates to generate both projects.
Blazor : Access to server’s razor page from the client
I’m new in blazor web app development.
I would like to access to a component.razor page locate in the server-side from the client-side.