Soenneker.Blazor.Utils.Ids
4.0.4
Prefix Reserved
dotnet add package Soenneker.Blazor.Utils.Ids --version 4.0.4
NuGet\Install-Package Soenneker.Blazor.Utils.Ids -Version 4.0.4
<PackageReference Include="Soenneker.Blazor.Utils.Ids" Version="4.0.4" />
<PackageVersion Include="Soenneker.Blazor.Utils.Ids" Version="4.0.4" />
<PackageReference Include="Soenneker.Blazor.Utils.Ids" />
paket add Soenneker.Blazor.Utils.Ids --version 4.0.4
#r "nuget: Soenneker.Blazor.Utils.Ids, 4.0.4"
#:package Soenneker.Blazor.Utils.Ids@4.0.4
#addin nuget:?package=Soenneker.Blazor.Utils.Ids&version=4.0.4
#tool nuget:?package=Soenneker.Blazor.Utils.Ids&version=4.0.4
Soenneker.Blazor.Utils.Ids
A lightweight ID generator for consistent identity across the UI for Blazor components.
Installation
dotnet add package Soenneker.Blazor.Utils.Ids
Setup
Register services in Program.cs:
builder.Services.AddBlazorIdGeneratorAsScoped();
Inject the higher-level utility where you need it:
@inject IBlazorIdGenerator Ids
Usage
Initialize the package once before first use:
await Ids.Initialize();
| 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. |
-
net10.0
- Soenneker.Extensions.Long (>= 4.0.226)
- Soenneker.Extensions.Spans.Chars (>= 4.0.24)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Soenneker.Blazor.Utils.Ids:
| Package | Downloads |
|---|---|
|
Soenneker.Blazor.Utils.JsVariable
A Blazor interop library that checks (and waits) for the existence of a JS variable |
|
|
Soenneker.Blazor.MediaQuery
A Blazor interop library for media queries for viewport size logic |
|
|
Soenneker.Blazor.CreditCards
A beautiful, animated credit card component with real-time updates and brand detection |
|
|
Soenneker.Blazor.SheetMapper
A Blazor component and utility library for mapping uploaded CSV or tabular files to C# objects. Supports header extraction and user-defined property mapping. |
|
|
Soenneker.Bradix.Suite
Radix-style UI primitives, built for Blazor. |
GitHub repositories
This package is not used by any popular GitHub repositories.