Back to Practical Aspnetcore

Razor Component multi render

projects/blazor-ssr/RazorComponentSeven/README.md

latest330 B
Original Source

Razor Component multi render

This sample shows the ability for Blazor to host components with different rendering mode in a single Razor Component Page.

The Razor Component Page is server side render. It hosts "number" component with with Streaming rendering and hosts "interactive" component backed by Blazor Server Side.