Blazor bindEvent and bindAfter with text box in .NET

Опубликовано: 05 Ноябрь 2024
на канале: Authorised Territory
1,369
17

Authorised Territory code examples - This #blazor .NET C# #tutorial shows how to bind #csharp variable to an HTML input element's oninput event using bind:event.
We also use bind:after where #dotnet C# variable is populated once the input control loses focus.
With bind:after we test async and sync functionality.