Change markup content with variable in Blazor – Asp.net
I want to change the child content of a button after click, but I got some error when I try. This code work but, obviusly, don't render the icon passed: <TelerikButton OnClick="@RevealPassword" Class="pass-btn" Primary="true" ButtonType="ButtonType.Button" Id="btnShowPwd" Title="Show"> @EyeIcon </TelerikButton> @code…