This example demonstrates how to render the dynamic component in a Blazor server application.
- .NET 6 Preview 1
- Visual Studio tool with installed "ASP.NET and web development"
- Clone the repository using below command line from the command prompt.
git clone https://github.com/SyncfusionExamples/blazor-dynamic-component
- Navigate to the specified application folder.
cd blazor-dynamic-component
- Run the application using below command line.
dotnet run
- Copy/paste the localhost link in the browser to launch the application.
How to Dynamically Render a Component in a Blazor Application
