Live Chat Icon For mobile
Live Chat Icon

How do I include a Blazor component library using .NET Core CLI?

Platform: Blazor| Category: Component libraries

You have to use the following command to include a Blazor component library application.

dotnet new razorclasslib -o MyComponentLib1

Refer the below documentation link for more information.

Create a Razor class library for Blazor using .NET Core CLI

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.