BlazorPlus 1.2.46
dotnet add package BlazorPlus --version 1.2.46
NuGet\Install-Package BlazorPlus -Version 1.2.46
<PackageReference Include="BlazorPlus" Version="1.2.46" />
paket add BlazorPlus --version 1.2.46
#r "nuget: BlazorPlus, 1.2.46"
// Install BlazorPlus as a Cake Addin #addin nuget:?package=BlazorPlus&version=1.2.46 // Install BlazorPlus as a Cake Tool #tool nuget:?package=BlazorPlus&version=1.2.46
BlazorPlus
BlazorPlus is a component library that helps you to write code more directly and easily, Single dll , light-weight (about 280KB dll) , Blazor Server/Client/WASM Side Session,Modal Dialog,Controls,File Upload,TreeView
Samples
live demo : http://demo.blazorplus.com/
demo code : https://github.com/BlazorPlus/BlazorPlusDemo
BlazorLinuxAdmin : https://github.com/BlazorPlus/BlazorLinuxAdmin
Nuget name : BlazorPlus https://www.nuget.org/packages/BlazorPlus/
Installation server-side :
1 - Startup.cs
in ConfigureServices :
services.AddHttpContextAccessor();
services.AddScoped<BlazorPlus.BlazorSession>();
in app.UseEndpoints : (before Fallback)
endpoints.Map("/_blazorplus_handler", BlazorPlus.BlazorSession.ProcessRequestAsync);
2 - _Host.cshtml
in <head> :
<script src="/_blazorplus_handler?action=script" type="text/javascript"></script>
3 - _Imports.razor
@using BlazorPlus
4 - App.razor
at the front:
<BlazorContainer IsShared="true" />
Now test it in Index.razor:
<button @onclick="ShowHelloWorld">Hello World</button>
@code{
void ShowHelloWorld()
{
BlazorSession.Current.Alert("Greeting", "Hello World");
}
}
Installation WebAssembly
1 - Program.cs
BlazorPlus.BlazorSession.InitForWasm(builder.Services);
builder.Services.AddScoped<BlazorPlus.BlazorSession>();
2 - _Imports.razor
@using BlazorPlus
3 - MainLayout.razor
at the front:
@inject BlazorSession bses
<BlazorContainer IsShared="true"/>
Now test it in Index.razor:
<button @onclick="ShowHelloWorld">Hello World</button>
@code{
void ShowHelloWorld()
{
BlazorSession.Current.Alert("Greeting", "Hello World");
}
}
Product | Versions 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. |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Components (>= 3.0.0)
- Microsoft.AspNetCore.Components.Web (>= 3.0.0)
- Microsoft.AspNetCore.Http (>= 2.2.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.46 | 3,589 | 11/8/2020 |
1.2.45 | 1,181 | 8/3/2020 |
1.2.44 | 1,715 | 6/27/2020 |
1.2.42 | 1,112 | 6/14/2020 |
1.2.39 | 1,470 | 6/13/2020 |
1.2.38 | 1,065 | 6/12/2020 |
1.2.37 | 1,389 | 6/10/2020 |
1.2.36 | 1,224 | 6/6/2020 |
1.1.31 | 1,160 | 5/29/2020 |
1.1.30 | 1,130 | 5/26/2020 |
1.1.29 | 1,029 | 5/25/2020 |
1.1.28 | 1,119 | 5/19/2020 |
1.1.27 | 1,107 | 5/14/2020 |
1.1.26 | 1,093 | 4/23/2020 |
1.1.25 | 1,064 | 4/23/2020 |
1.1.24 | 1,083 | 4/21/2020 |
1.1.23 | 1,113 | 4/12/2020 |
1.1.22 | 1,099 | 4/11/2020 |
1.1.21 | 1,099 | 4/10/2020 |
1.0.18 | 1,106 | 4/8/2020 |
1.0.17 | 1,132 | 4/7/2020 |
1.0.16 | 1,079 | 4/6/2020 |
1.0.15 | 1,138 | 4/5/2020 |
1.0.14 | 1,223 | 4/3/2020 |
1.0.13 | 1,079 | 4/3/2020 |
1.0.12 | 1,149 | 4/2/2020 |
1.0.11 | 1,095 | 4/1/2020 |
1.0.10 | 1,074 | 3/31/2020 |
1.0.8 | 1,078 | 3/31/2020 |
1.0.7 | 1,093 | 3/30/2020 |
1.0.6 | 1,190 | 3/30/2020 |
1.0.4 | 1,109 | 3/28/2020 |
1.2.46
fix small bugs..
1.2.45
small features
1.2.44
Error handling, compability for chromium r49
1.2.42
pull-down-refresh , fix bugs
1.2.39,1.2.38
MobileHorizontalSwipper , mobile swipe/scroll
1.2.37
MobileScrollDownPager, js BlazorPlus_Options
1.2.36
improve Navigation , bp-patch classes
1.1.31 , 30,29,38,27
More small features , quality update
1.1.26
Support js file push dynamicly.
1.1.25
BlazorListView
1.1.24
BlazorTreeView
1.1.23
PlusCanvas
1.1.21
Support client-side WASM
1.0.18
SVG , Dialog with URL
1.0.17
PlusComponentRenderer
1.0.16
fix small bug
1.0.15
improve UI, use EventCallback<>
1.0.14
The BlazorBrowser object
1.0.13
improve PlusControl
1.0.12
improve scripting , BlazorDomTree
1.0.11
fix the PlusControl EnterKey event