![]() |
VOOZH | about |
dotnet add package ZXingBlazor --version 1.1.6
NuGet\Install-Package ZXingBlazor -Version 1.1.6
<PackageReference Include="ZXingBlazor" Version="1.1.6" />
<PackageVersion Include="ZXingBlazor" Version="1.1.6" />Directory.Packages.props
<PackageReference Include="ZXingBlazor" />Project file
paket add ZXingBlazor --version 1.1.6
#r "nuget: ZXingBlazor, 1.1.6"
#:package ZXingBlazor@1.1.6
#addin nuget:?package=ZXingBlazor&version=1.1.6Install as a Cake Addin
#tool nuget:?package=ZXingBlazor&version=1.1.6Install as a Cake Tool
English | <a href="https://blazor.app1.es/"> Other Blazor components</a>
This project is a Blazor component library packaged with ZXing, Support barcode, QR code, PDF417 format.
https://blazor.app1.es/barcodescanner
https://zxingblazorwasm.app1.es
https://www.nuget.org/packages/ZXingBlazor/
NuGet install pack
ZXingBlazor
_Imports.razor or Razor page
@using ZXingBlazor.Components
Razor page
Razor
https://github.com/densen2014/ZXingBlazor/blob/master/Demo.Server/Pages/Index.razor
<b>Result:</b>
<br />
<pre>@BarCode</pre>
<BarcodeReader ScanResult="ScanResult" />
@code{
/// <summary>
/// BarCode
/// </summary>
public string? BarCode { get; set; }
private void ScanResult(string e)
{
BarCode = e;
ShowScanBarcode = !ShowScanBarcode;
}
}
2023.12.2 v1.1.2
2023.11.14 v1.0.11
2023.11.5 v1.0.8
2023.11.1
2023.8.16
2022.11.23 Add optiones
2022.3.6
2021.5.13
<a href="https://blazor.app1.es/"> 其他 Blazor 组件</a>
本项目是利用 ZXing 进行封装的 Blazor 组件库, 支持条码,二维码,PDF417格式.
https://zxingblazor.app1.es https://zxingblazorwasm.app1.es https://blazor.app1.es/barcodescanner
https://www.nuget.org/packages/ZXingBlazor/
安装 NuGet 包
ZXingBlazor
_Imports.razor 或者 Razor 页面引用
@using ZXingBlazor.Components
Razor 页面代码
Razor
https://github.com/densen2014/ZXingBlazor/blob/master/Demo.Server/Pages/Index.razor
<b>Result:</b>
<br />
<pre>@BarCode</pre>
<BarcodeReader ScanResult="ScanResult" />
@code{
/// <summary>
/// BarCode
/// </summary>
public string? BarCode { get; set; }
private void ScanResult(string e)
{
BarCode = e;
ShowScanBarcode = !ShowScanBarcode;
}
}
2023.12.2 v1.1.1
2023.11.14 v1.0.11
2023.11.5 v1.0.8
2023.11.1
2023.8.16
2022.11.23 添加选项
2022.3.6
2021.5.13
条码扫描 ZXingBlazor
👁 nuget
👁 stats
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 3 NuGet packages that depend on ZXingBlazor:
| Package | Downloads |
|---|---|
|
FenixAlliance.ACL.Dependencies
Application Component for the Alliance Business Suite. |
|
|
BootstrapBlazor.Densen.All
Blazor 组件懒人包 |
|
|
Oarw.Blazor.InputScan
Provides an input control for use in a blazor form that combines multiple meethods of barcode and QR code scanning. |
Showing the top 1 popular GitHub repositories that depend on ZXingBlazor:
| Repository | Stars |
|---|---|
|
densen2014/BlazorHybrid
关于BlazorHybrid的一切研究. 用 c # 和 Razor 创建本机移动应用和桌面应用。快速开发共享代码库运行于 Windows (Winforms/WPF/UWP)、Android、iOS、macOS、Linux 的应用。
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.1.6 | 3,408 | 3/6/2026 | |
| 1.1.5 | 40,829 | 7/20/2024 | |
| 1.1.4 | 22,421 | 12/9/2023 | |
| 1.1.3 | 3,833 | 12/2/2023 | |
| 1.1.2 | 2,184 | 12/2/2023 | |
| 1.1.1 | 2,194 | 12/2/2023 | 1.1.1 is deprecated because it has critical bugs. |
| 1.1.0 | 3,044 | 11/15/2023 | |
| 1.0.10 | 3,481 | 11/8/2023 | |
| 1.0.9 | 2,210 | 11/7/2023 | 1.0.9 is deprecated because it has critical bugs. |
| 1.0.8 | 2,652 | 11/5/2023 | |
| 1.0.7 | 2,233 | 11/5/2023 | |
| 1.0.6 | 2,324 | 11/2/2023 | 1.0.6 is deprecated because it has critical bugs. |
| 1.0.5 | 2,168 | 11/2/2023 | 1.0.5 is deprecated because it has critical bugs. |
| 1.0.4 | 2,301 | 11/1/2023 | |
| 1.0.3 | 9,670 | 8/15/2023 | |
| 1.0.2 | 2,523 | 8/15/2023 | |
| 1.0.1 | 3,678 | 8/14/2023 | |
| 1.0.0 | 22,969 | 6/7/2023 | |
| 0.2.7 | 24,380 | 1/26/2023 | |
| 0.2.6 | 11,096 | 11/24/2022 |