Html – Get id attribute value from element – Blazor
I have a standard Blazor app where I dynamically create a table and want to be able to identify each table entry by a unique identifier. Currently I have each <td> element be assigned the counter value in my for…