BootstrapBlazor.PdfReader
10.0.1-beta06
Prefix Reserved
This is a prerelease version of BootstrapBlazor.PdfReader.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BootstrapBlazor.PdfReader --version 10.0.1-beta06
NuGet\Install-Package BootstrapBlazor.PdfReader -Version 10.0.1-beta06
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.PdfReader" Version="10.0.1-beta06" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BootstrapBlazor.PdfReader" Version="10.0.1-beta06" />
<PackageReference Include="BootstrapBlazor.PdfReader" />
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.PdfReader --version 10.0.1-beta06
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BootstrapBlazor.PdfReader, 10.0.1-beta06"
#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.PdfReader@10.0.1-beta06
#: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.PdfReader&version=10.0.1-beta06&prerelease
#tool nuget:?package=BootstrapBlazor.PdfReader&version=10.0.1-beta06&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Bootstrap Blazor Component
A set of enterprise-class UI components based on Bootstrap and Blazor.
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
Installation Guide
- Install .net core sdk Official website
- Install Visual Studio lastest Official website
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
- Install the template
dotnet new install Bootstrap.Blazor.Templates::*
- Create the Boilerplate project with the template
dotnet new bbapp
| Product | Versions 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.
-
net10.0
- BootstrapBlazor (>= 10.0.2-beta01)
-
net6.0
- BootstrapBlazor (>= 10.0.2-beta01)
-
net7.0
- BootstrapBlazor (>= 10.0.2-beta01)
-
net8.0
- BootstrapBlazor (>= 10.0.2-beta01)
-
net9.0
- BootstrapBlazor (>= 10.0.2-beta01)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on BootstrapBlazor.PdfReader:
| Package | Downloads |
|---|---|
|
BlazorShared
BlazorMaui , 整合Blazor,BootstrapBlazor UI组件库,Maui的共享跨平台工程示例共享库 |
|
|
BootstrapBlazor.Densen.All
Blazor 组件懒人包 |
|
|
BootstrapBlazor.Shared
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.26 | 714 | 1/10/2026 |
| 10.0.25 | 143 | 1/9/2026 |
| 10.0.24 | 233 | 12/30/2025 |
| 10.0.23 | 258 | 12/21/2025 |
| 10.0.22 | 346 | 12/18/2025 |
| 10.0.21 | 296 | 12/18/2025 |
| 10.0.20 | 301 | 12/17/2025 |
| 10.0.19 | 294 | 12/17/2025 |
| 10.0.18 | 315 | 12/14/2025 |
| 10.0.17 | 202 | 12/14/2025 |
| 10.0.16 | 197 | 12/14/2025 |
| 10.0.15 | 168 | 12/13/2025 |
| 10.0.14 | 134 | 12/13/2025 |
| 10.0.13 | 134 | 12/13/2025 |
| 10.0.12 | 187 | 12/12/2025 |
| 10.0.11 | 794 | 12/3/2025 |
| 10.0.10 | 720 | 12/3/2025 |
| 10.0.9 | 733 | 12/2/2025 |
| 10.0.8 | 342 | 11/30/2025 |
| 10.0.1-beta06 | 195 | 11/26/2025 |
Loading failed