IdUtility Class

Generates GUID's for use in Blazor components to use as the ID of HTML elements.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public static class IdUtility
Inheritance
Object    IdUtility

Remarks

We are not concerned if the ID will start with a digit; this is legal for HTML elements. For more information, see

Methods

GetNextId Generates a base32-encoded ID.

See Also