BootstrapBlazor.Markdown 10.0.0

Prefix Reserved
dotnet add package BootstrapBlazor.Markdown --version 10.0.0
                    
NuGet\Install-Package BootstrapBlazor.Markdown -Version 10.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BootstrapBlazor.Markdown" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BootstrapBlazor.Markdown" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="BootstrapBlazor.Markdown" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BootstrapBlazor.Markdown --version 10.0.0
                    
#r "nuget: BootstrapBlazor.Markdown, 10.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BootstrapBlazor.Markdown@10.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BootstrapBlazor.Markdown&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=BootstrapBlazor.Markdown&version=10.0.0
                    
Install as a Cake Tool

Bootstrap Blazor Component

A set of enterprise-class UI components based on Bootstrap and Blazor.

License Github build Repo Size Commit Date codecov


Features

  • Enterprise-class UI designed for web applications.
  • A set of high-quality Blazor components out of the box.
  • Supports WebAssembly-based client-side and SignalR-based server-side UI event interaction.
  • Supports Progressive Web Applications (PWA).
  • Build with C#, a multi-paradigm static language for an efficient development experience.
  • .NET Standard 2.1 based, with direct reference to the rich .NET ecosystem.
  • Supports NET5. (Server-Side, WASM)
  • Seamless integration with existing ASP.NET Core MVC and Razor Pages projects.

Online Examples

website

Installation Guide

git clone https://github.com/dotnetcore/BootstrapBlazor.git
cd BootstrapBlazor/src/BootstrapBlazor.Server
dotnet run

Create a new project from the dotnet new template

  1. Install the template

dotnet new install Bootstrap.Blazor.Templates::*

  1. Create the Boilerplate project with the template

dotnet new bbapp

Install Bootstrap Blazor Project Template

  1. Download Project Template

Microsoft Market link

  1. Double Click BootstrapBlazor.UITemplate.vsix

Import Bootstrap Blazor into an existing project

  1. Go to the project folder of the application and install the Nuget package reference

dotnet add package BootstrapBlazor

  1. Add the stylesheet javascripts file to your main index file - Pages/_Host.cshtml (Server) or wwwroot/index.html (WebAssembly)

HTML

<!DOCTYPE html>
<html lang="en">
<head>
    . . .
    <link rel="stylesheet" href="_content/BootstrapBlazor/css/bootstrap.blazor.bundle.min.css">
</head>
<body>
    . . .
    <script src="_framework/blazor.server.js"></script>
    <script src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>
</body>
</html>
  1. Open the ~/Startup.cs file in the and register the Bootstrap Blazor service:

C#

namespace BootstrapBlazorAppName
{
    public class Startup
    {
        public void ConfigureServices(IServiceCollection services)
        {
            //more code may be present here
            services.AddBootstrapBlazor();
        }

        //more code may be present here
    }
}

Visual Studio Integration

To create a new Bootstrap Blazor UI for Blazor application, use the Create New Project Wizard. The wizard detects all installed versions of Bootstrap Blazor for Blazor and lists them in the Version combobox—this enables you to start your project with the desired version. You can also get the latest version to make sure you are up to date.

  1. Get the Wizard

To use the Create New Project Wizard, install the Bootstrap Blazor UI for Blazor Visual Studio Extensions. You can get it from the:

  • Visual Studio Marketplace (for Windows)
  1. Start the Wizard

To start the wizard, use either of the following approaches

Using the Project menu:

  • Click File > New > Project.
  • Find and click the C# Blazor Application option (you can use the search, or filter by Blazor templates).
  • Follow the wizard.
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on BootstrapBlazor.Markdown:

Package Downloads
BootstrapBlazor.Shared

Package Description

ZhuoPu_SModel

Package Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on BootstrapBlazor.Markdown:

Repository Stars
dotnetcore/BootstrapBlazor
Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
densen2014/Blazor100
Blazor入门100天
Version Downloads Last Updated
10.0.0 473 11/12/2025
9.0.3 304 11/7/2025
9.0.2 5,650 4/25/2025
9.0.1 4,222 1/6/2025
9.0.0 2,010 11/13/2024
9.0.0-beta02 160 11/7/2024
9.0.0-beta01 479 11/1/2024
8.2.1 1,137 10/16/2024
8.2.0 200 10/16/2024
8.0.0 8,186 11/15/2023
7.2.2 1,252 11/7/2023
7.2.1 4,953 4/28/2023
7.2.0 720 4/15/2023
7.1.0 374 4/15/2023
7.0.0 4,629 11/10/2022
6.3.2 1,263 10/25/2022
6.3.0 738 10/15/2022
6.2.0 828 10/9/2022
6.1.7 3,885 5/22/2022
6.1.6 812 5/16/2022
6.1.5 770 5/12/2022
6.1.4 992 5/2/2022
6.1.4-beta01 351 4/29/2022
6.1.3 716 4/28/2022
6.1.2 932 4/18/2022
6.1.1 630 4/18/2022
6.1.0 635 4/17/2022
6.0.3 1,022 4/10/2022
6.0.2 788 4/2/2022
6.0.1 1,623 2/22/2022
6.0.0 3,364 11/13/2021
5.3.0 1,931 9/25/2021
5.2.0 1,565 9/20/2021
5.1.1 1,166 8/3/2021
5.1.0 521 8/3/2021
5.0.21 1,233 6/10/2021
5.0.21-beta01 410 6/6/2021
5.0.20 713 6/3/2021
5.0.19 610 6/3/2021
5.0.19-beta03 409 6/2/2021
5.0.19-beta02 478 5/31/2021
5.0.19-beta01 474 5/30/2021
5.0.18 1,502 4/22/2021
5.0.17 630 4/15/2021
5.0.16 923 4/8/2021
5.0.16-beta02 436 4/7/2021
5.0.16-beta01 467 4/5/2021
5.0.15 565 4/5/2021
5.0.14 589 4/5/2021
5.0.13 629 4/1/2021
5.0.13-beta01 477 3/29/2021
5.0.12 664 3/24/2021
5.0.11 777 3/18/2021
5.0.10 579 3/18/2021
5.0.9 702 3/10/2021
5.0.9-beta05 564 3/9/2021
5.0.9-beta04 494 3/9/2021
5.0.9-beta03 492 3/6/2021
5.0.9-beta02 490 3/5/2021
5.0.9-beta01 453 3/5/2021
5.0.8 587 3/4/2021
5.0.8-beta01 475 3/3/2021
5.0.7 586 2/21/2021
5.0.7-beta01 719 2/12/2021
5.0.6 633 2/10/2021
5.0.5 793 1/28/2021
5.0.4 962 1/14/2021
5.0.3 828 1/3/2021
5.0.2 673 12/26/2020
5.0.1 784 12/23/2020
5.0.0 1,144 11/12/2020
3.1.2 733 11/12/2020
3.1.1 1,147 11/10/2020
3.1.1-beta02 683 10/31/2020
3.1.1-beta01 674 10/30/2020
3.1.0 756 10/30/2020
3.1.0-beta02 524 10/28/2020
3.1.0-beta01 554 10/28/2020