BlazorBootstrapComponentBaseId Property
The HTML id of the component. If left empty, a unique id will be generated.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
[ParameterAttribute]
public string? Id { get; set; }
Property Value
String
Ensure the id of the component is unique throughout the entire HTML page! It is not enough
to have the id be unique within a razor page or set of components, the layout of the page counts as well!