Zonit.Extensions.Website.Abstractions
0.1.26
See the version list below for details.
dotnet add package Zonit.Extensions.Website.Abstractions --version 0.1.26
NuGet\Install-Package Zonit.Extensions.Website.Abstractions -Version 0.1.26
<PackageReference Include="Zonit.Extensions.Website.Abstractions" Version="0.1.26" />
<PackageVersion Include="Zonit.Extensions.Website.Abstractions" Version="0.1.26" />
<PackageReference Include="Zonit.Extensions.Website.Abstractions" />
paket add Zonit.Extensions.Website.Abstractions --version 0.1.26
#r "nuget: Zonit.Extensions.Website.Abstractions, 0.1.26"
#:package Zonit.Extensions.Website.Abstractions@0.1.26
#addin nuget:?package=Zonit.Extensions.Website.Abstractions&version=0.1.26
#tool nuget:?package=Zonit.Extensions.Website.Abstractions&version=0.1.26
Useful tools for Blazor
Extensions:
- Zonit.Extensions.Reflection - A utility class for discovering assemblies and types that implement or inherit from a specified base type.
- Zonit.Extensions.Xml - A utility class for serializing objects to XML and deserializing XML back to objects using .NET's XML serialization.
- Zonit.Extensions.Website.Components
Nuget Package Abstraction
Install-Package Zonit.Extensions.Website.Abstractions
Nuget Package Extensions
Install-Package Zonit.Extensions.Website
Cookie handling with support for Blazor
Installation:
Add this in Routes.razor
@using Zonit.Extensions
<ZonitCookiesExtension />
Services in Program.cs
builder.Services.AddCookiesExtension();
App in Program.cs
app.UseCookiesExtension();
Example:
@page "/"
@rendermode InteractiveServer
@using Zonit.Extensions.Website
@inject ICookieProvider Cookie
@foreach (var cookie in Cookie.GetCookies())
{
<p>@cookie.Name @cookie.Value</p>
}
API
public CookieModel? Get(string key);
public CookieModel Set(string key, string value, int days = 12 * 30);
public CookieModel Set(CookieModel model);
public Task<CookieModel> SetAsync(string key, string value, int days = 12 * 30);
public Task<CookieModel> SetAsync(CookieModel model);
public List<CookieModel> GetCookies();
We use SetAsync only in the Blazor circuit. It executes the JS code with the Cookies record.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. |
-
net10.0
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Zonit.Extensions.Website.Abstractions:
| Package | Downloads |
|---|---|
|
Zonit.Extensions.Website
ASP.NET Core and Blazor web extensions providing base components (PageBase, PageEditBase, PageViewBase), navigation services, breadcrumbs management, toast notifications, cookie handling, and data protection utilities for building modern web applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.2.11 | 73 | 4/19/2026 |
| 0.2.10 | 128 | 1/22/2026 |
| 0.2.9 | 125 | 1/21/2026 |
| 0.2.8 | 117 | 1/21/2026 |
| 0.2.7 | 126 | 1/16/2026 |
| 0.2.6 | 129 | 1/15/2026 |
| 0.2.4 | 126 | 1/15/2026 |
| 0.2.3 | 119 | 1/15/2026 |
| 0.2.2 | 116 | 1/15/2026 |
| 0.2.1 | 123 | 1/11/2026 |
| 0.2.0 | 119 | 1/11/2026 |
| 0.1.54 | 164 | 1/6/2026 |
| 0.1.53 | 131 | 1/4/2026 |
| 0.1.52 | 131 | 1/4/2026 |
| 0.1.51 | 127 | 1/2/2026 |
| 0.1.50 | 448 | 11/18/2025 |
| 0.1.27 | 188 | 8/16/2025 |
| 0.1.26 | 213 | 8/14/2025 |
| 0.1.25 | 292 | 7/26/2025 |
| 0.1.24 | 306 | 7/26/2025 |