BlazorDownloadFile 2.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BlazorDownloadFile --version 2.1.0
NuGet\Install-Package BlazorDownloadFile -Version 2.1.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="BlazorDownloadFile" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlazorDownloadFile --version 2.1.0
#r "nuget: BlazorDownloadFile, 2.1.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.
// Install BlazorDownloadFile as a Cake Addin
#addin nuget:?package=BlazorDownloadFile&version=2.1.0

// Install BlazorDownloadFile as a Cake Tool
#tool nuget:?package=BlazorDownloadFile&version=2.1.0

Blazor download files to the browser from c#.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on BlazorDownloadFile:

Package Downloads
OneLine

OneLine is an abstraction standardized redefined framework.

OneLine.Blazor

OneLine.Blazor is a set of components and utilities to be used in blazor context.

Egea.Extensions.Razor

Package Description

GrpcBrowser

Extends your application with a web UI for browsing and executing gRPC operations

templar-common-libary

Package Description

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on BlazorDownloadFile:

Repository Stars
openbullet/OpenBullet2
OpenBullet reinvented
neozhu/CleanArchitectureWithBlazorServer
This is a repository for creating a Blazor Server dashboard application following the principles of Clean Architecture
adambajguz/Typin
Declarative framework for interactive CLI applications
Version Downloads Last updated
2.4.0.2 390,393 4/24/2022
2.4.0.1 1,113 4/24/2022
2.4.0 1,002 4/23/2022
2.3.1.1 70,431 2/16/2022
2.3.1 71,328 12/6/2021
2.3.0 1,364 12/6/2021
2.2.0 1,149 12/5/2021
2.1.6 240,406 1/20/2021
2.1.5 2,155 1/20/2021
2.1.4 394 1/20/2021
2.1.3 384 1/20/2021
2.1.2 44,481 8/26/2020
2.1.1 4,340 8/3/2020
2.1.0 528 8/2/2020
2.0.0 1,315 7/26/2020
1.0.12 9,338 7/24/2020
1.0.11 882 7/23/2020
1.0.10 6,308 6/6/2020
1.0.8 522 6/4/2020
1.0.7 1,205 5/19/2020
1.0.6 519 5/17/2020
1.0.5 605 4/30/2020
1.0.4 1,003 4/26/2020
1.0.3 293 4/21/2020
1.0.2 441 4/20/2020
1.0.1 433 4/20/2020
1.0.0 911 4/5/2020

Implemented AddBuffer, ClearBuffers, DownloadBase64Buffers and DownloadBinaryBuffers. Increased performance by initializing all JavaScript methods and variables in DownloadFileService constructor the initial variables and methods to perform the task. All functions with eval have been removed. Removed internal initialization call on all methods by instead of using null to clear buffer used new Array() instead. Fixes https://github.com/arivera12/BlazorDownloadFile/issues/7. Added AnyBuffer and BuffersCount methods https://github.com/arivera12/BlazorDownloadFile/issues/17. Added condition if user navigates to another page loaded buffers will get cleared automatically. Improved DownloadBase64Buffers and DownloadBinaryBuffers methods documentation. Added clear buffers in methods that pushes into buffer before loading the new buffers to preven duplicates on any kind of situation. Adds enhancement https://github.com/arivera12/BlazorDownloadFile/issues/16. Adds enhancement https://github.com/arivera12/BlazorDownloadFile/issues/15