Soenneker.Blazor.C15t
4.0.19
Prefix Reserved
dotnet add package Soenneker.Blazor.C15t --version 4.0.19
NuGet\Install-Package Soenneker.Blazor.C15t -Version 4.0.19
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="Soenneker.Blazor.C15t" Version="4.0.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.C15t" Version="4.0.19" />
<PackageReference Include="Soenneker.Blazor.C15t" />
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 Soenneker.Blazor.C15t --version 4.0.19
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Blazor.C15t, 4.0.19"
#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 Soenneker.Blazor.C15t@4.0.19
#: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=Soenneker.Blazor.C15t&version=4.0.19
#tool nuget:?package=Soenneker.Blazor.C15t&version=4.0.19
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.Blazor.C15t
A minimal Blazor wrapper around c15t
Installation
dotnet add package Soenneker.Blazor.C15t
Usage
services.AddC15t();
<C15tProvider Options="_options">
@Body
</C15tProvider>
@code {
private readonly C15tOptions _options = new()
{
Mode = "hosted",
BackendUrl = "https://your-instance.c15t.dev",
ConsentCategories = ["necessary", "measurement", "marketing"]
};
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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
- Microsoft.AspNetCore.Components.Web (>= 10.0.9)
- Soenneker.Atomics.ValueBools (>= 4.0.31)
- Soenneker.Blazor.Utils.ResourceLoader (>= 4.0.1675)
- Soenneker.Extensions.CancellationTokens (>= 4.0.19)
- Soenneker.Utils.CancellationScopes (>= 4.0.42)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.Blazor.C15t:
| Package | Downloads |
|---|---|
|
Soenneker.Quark.Suite
Shadcn-powered Blazor UI, refined and modular. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.19 | 0 | 6/19/2026 |
| 4.0.17 | 0 | 6/19/2026 |
| 4.0.16 | 0 | 6/19/2026 |
| 4.0.15 | 6 | 6/18/2026 |
| 4.0.14 | 243 | 6/17/2026 |
| 4.0.13 | 2,100 | 6/11/2026 |
| 4.0.12 | 478 | 6/10/2026 |
| 4.0.11 | 175 | 6/9/2026 |
| 4.0.10 | 1,577 | 6/8/2026 |
| 4.0.9 | 110 | 6/7/2026 |
| 4.0.8 | 100 | 6/7/2026 |
| 4.0.7 | 100 | 6/6/2026 |
| 4.0.6 | 89 | 6/6/2026 |
| 4.0.5 | 94 | 6/6/2026 |
| 4.0.4 | 1,787 | 6/5/2026 |
| 4.0.3 | 95 | 6/5/2026 |
| 4.0.2 | 2,478 | 5/22/2026 |
Update dependency Soenneker.Utils.CancellationScopes to 4.0.42 (#99)
Automatically merged