Hi!
Please, I am trying to get the id of an input control in a Blazor component. How do I access the value of the Id attribute of a blazor component using my C# code in an ASP.NET Core Blazor component.
Thanks, as I look forward to getting your answers.
Paul AwomiPosted Oct 6, 2022, 9:21 AM
Ok sir,
Here is what I want.
I am trying to get the id of an input control 'txtCounter' in a Blazor component using my C# codes. How do I access the value of the Id attribute i.e. 'txtCounter' in this case, of a blazor component using my C# code in an ASP.NET Core Blazor component. Attached above is the code I am using.
Nitin SontakkePosted Oct 6, 2022, 4:18 AM
It would be nice to know what you want to achieve.