BootstrapBlazor.PdfReader 10.0.26

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 6.0, with direct reference to the rich .NET ecosystem.
  • 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

Quick Installation Guide

Install Package

dotnet add package BootstrapBlazor

Add the following to _Imports.razor

@using BootstrapBlazor.Components

Add the following to the MainLayout.razor

<BootstrapBlazorRoot>
    @Body
</BootstrapBlazorRoot>

Add the following to your HTML head section

it's either index.html or _Layout.cshtml/_Host.cshtml/App.razor depending on whether you're running WebAssembly or Server

<link rel="stylesheet" href="_content/BootstrapBlazor/css/bootstrap.blazor.bundle.min.css" />

Add the following script at the end of the body

<script src="_content/BootstrapBlazor/js/bootstrap.blazor.bundle.min.js"></script>

Add the following to the relevant sections of Program.cs

builder.Services.AddBootstrapBlazor();

Usage

<Display Value="@_text"></Display>
<Button Text="Button" OnClick="@ClickButton"></Button>

@code {
    private string? _text;
    private void ClickButton(MouseEventArgs e)
    {
        _text = DateTime.Now.ToString();
    }
}

Install CLI Template

  1. Install the template
dotnet new install Bootstrap.Blazor.Templates::*
  1. Create the Boilerplate project with the template
dotnet new bbapp

No packages depend on BootstrapBlazor.PdfReader.

https://github.com/BootstrapBlazor/BootstrapBlazor.Extensions/releases?wt.mc_id=DT-MVP-5004174

.NET 6.0

.NET 7.0

.NET 8.0

.NET 9.0

.NET 10.0

Version Downloads Last updated
10.0.26 5 2026/1/30
10.0.25 3 2026/1/31
10.0.24 6 2026/1/6
10.0.23 4 2026/1/8
10.0.22 3 2026/1/7
10.0.21 4 2026/1/7
10.0.20 5 2026/1/7
10.0.19 4 2026/1/7
10.0.18 4 2026/1/7
10.0.17 5 2026/1/7
10.0.16 4 2026/1/7
10.0.15 3 2026/1/7
10.0.14 5 2026/1/7
10.0.13 4 2026/1/7
10.0.12 4 2026/1/7
10.0.11 6 2025/12/5
10.0.10 8 2025/12/7
10.0.9 6 2025/12/7
10.0.8 6 2025/12/6
10.0.7 5 2025/12/6
10.0.6 6 2025/12/7
10.0.5 6 2025/12/6
10.0.4 6 2025/12/7
10.0.4-beta03 6 2025/12/7
10.0.4-beta02 6 2025/12/6
10.0.4-beta01 8 2025/12/6
10.0.3 7 2025/12/7
10.0.2 7 2025/12/8
10.0.1 7 2025/12/6
10.0.1-beta08 7 2025/12/6
10.0.1-beta07 9 2025/12/6
10.0.1-beta06 8 2025/12/6
10.0.1-beta05 7 2025/12/6
10.0.1-beta04 5 2025/12/8
10.0.1-beta01 7 2025/12/6
10.0.0 7 2025/12/6
9.0.1 5 2025/5/26
9.0.0 3 2025/5/26
9.0.0-beta02 1 2025/5/26
9.0.0-beta01 2 2025/5/26
8.0.4 2 2025/5/26
8.0.3 2 2025/5/26
8.0.2 1 2025/5/26
8.0.1 2 2025/5/26
8.0.1-beta2 2 2025/5/26
8.0.1-beta 2 2025/5/26
8.0.0 2 2025/5/27
7.2.0 3 2025/5/26
7.1.11-beta 3 2025/4/17
7.1.10 1 2025/5/26
7.1.9 1 2025/5/26
7.1.8 3 2025/5/26
7.1.7 2 2025/5/26
7.1.5 2 2025/5/26
7.1.4 2 2025/5/26
7.1.3 2 2025/5/26
7.1.2 2 2025/5/26
7.1.1 7 2025/5/27
7.1.0 1 2025/5/26
7.0.8-beta 2 2025/5/26
7.0.7 1 2025/5/26
7.0.6 2 2025/5/26
7.0.5 1 2025/5/27
7.0.4 2 2025/5/26
7.0.3 2 2025/5/26
7.0.2 2 2025/5/26
7.0.1 2 2025/5/26
7.0.0 2 2025/5/26
0.0.1 2 2025/5/27