![]() |
VOOZH | about |
dotnet add package Biss.Web --version 10.4.5
NuGet\Install-Package Biss.Web -Version 10.4.5
<PackageReference Include="Biss.Web" Version="10.4.5" />
<PackageVersion Include="Biss.Web" Version="10.4.5" />Directory.Packages.props
<PackageReference Include="Biss.Web" />Project file
paket add Biss.Web --version 10.4.5
#r "nuget: Biss.Web, 10.4.5"
#:package Biss.Web@10.4.5
#addin nuget:?package=Biss.Web&version=10.4.5Install as a Cake Addin
#tool nuget:?package=Biss.Web&version=10.4.5Install as a Cake Tool
© 2026 FOTEC Forschungs- und Technologietransfer GmbH | https://www.fotec.at
This NuGet package provides all necessary classes and interfaces required for building web applications using Blazor. It includes browser local storage support and ASP.NET Core integration components.
To use this library, install the NuGet package and configure the LocalStorage service in your application startup:
\\csharp builder.Services.AddTransient<IBissLocalStorage, BissBlazorLocalStorage>(); \\
Then you can inject and use the storage service in your components or services:
\\csharp public class MyService { private readonly IBissLocalStorage _localStorage;
public MyService(IBissLocalStorage localStorage)
{
_localStorage = localStorage;
}
public async Task SaveDataAsync(string key, string value)
{
await _localStorage.SetItemAsync(key, value);
}
public async Task<string> LoadDataAsync(string key)
{
return await _localStorage.GetItemAsync(key);
}
} \\
| Package | Version | Purpose |
|---|---|---|
| Biss.Core | Latest | Core utilities and base classes |
| Microsoft.AspNetCore.Components | 10.0.2+ | Blazor component framework |
| Microsoft.AspNetCore.Components.Web | 10.0.2+ | Blazor web components |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. 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 4 NuGet packages that depend on Biss.Web:
| Package | Downloads |
|---|---|
|
Biss.Apps.Blazor
Biss Core SDK |
|
|
Biss.Live.Service
Biss Core SDK |
|
|
Biss.Apps.Template.ConnectivityHostTemplate
Biss Core SDK |
|
|
Biss.Offline.Service
Biss Core SDK |
This package is not used by any popular GitHub repositories.
Changelog.md