Zonit.Extensions.Website.Abstractions
0.1.8
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Zonit.Extensions.Website.Abstractions --version 0.1.8
NuGet\Install-Package Zonit.Extensions.Website.Abstractions -Version 0.1.8
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="Zonit.Extensions.Website.Abstractions" Version="0.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zonit.Extensions.Website.Abstractions" Version="0.1.8" />
<PackageReference Include="Zonit.Extensions.Website.Abstractions" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Zonit.Extensions.Website.Abstractions --version 0.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Zonit.Extensions.Website.Abstractions, 0.1.8"
#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.
#:package Zonit.Extensions.Website.Abstractions@0.1.8
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Zonit.Extensions.Website.Abstractions&version=0.1.8
#tool nuget:?package=Zonit.Extensions.Website.Abstractions&version=0.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
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
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.1.25 | 202 | 7/26/2025 |
0.1.24 | 203 | 7/26/2025 |
0.1.23 | 225 | 7/26/2025 |
0.1.22 | 232 | 7/26/2025 |
0.1.21 | 233 | 7/26/2025 |
0.1.20 | 430 | 7/21/2025 |
0.1.19 | 430 | 7/21/2025 |
0.1.18 | 273 | 7/20/2025 |
0.1.17 | 99 | 6/27/2025 |
0.1.16 | 140 | 6/17/2025 |
0.1.15 | 141 | 6/17/2025 |
0.1.14 | 139 | 6/16/2025 |
0.1.13 | 145 | 6/16/2025 |
0.1.12 | 143 | 6/16/2025 |
0.1.11 | 138 | 6/16/2025 |
0.1.10 | 178 | 6/16/2025 |
0.1.9 | 99 | 6/6/2025 |
0.1.8 | 152 | 5/28/2025 |
0.1.7 | 148 | 5/27/2025 |
0.1.6 | 150 | 5/26/2025 |
0.1.5 | 148 | 5/26/2025 |
0.1.4 | 148 | 5/26/2025 |
0.1.3 | 149 | 5/26/2025 |
0.1.2 | 137 | 5/26/2025 |
0.1.1 | 146 | 5/25/2025 |
0.1.0 | 145 | 5/25/2025 |
0.0.41 | 374 | 2/5/2025 |
0.0.40 | 124 | 2/5/2025 |
0.0.39 | 114 | 2/5/2025 |
0.0.38 | 121 | 2/5/2025 |
0.0.37 | 139 | 2/5/2025 |
0.0.36 | 114 | 2/5/2025 |
0.0.34 | 133 | 2/1/2025 |
0.0.33 | 131 | 2/1/2025 |
0.0.32 | 126 | 1/30/2025 |
0.0.30 | 159 | 5/20/2024 |
0.0.23 | 135 | 5/20/2024 |
0.0.21 | 154 | 5/16/2024 |
0.0.18 | 147 | 5/15/2024 |
0.0.17 | 145 | 5/15/2024 |
0.0.15 | 142 | 5/14/2024 |
0.0.14 | 133 | 5/12/2024 |
0.0.13 | 133 | 5/11/2024 |