filmov
tv
Learning Blazor as a Beginner: 08 one way binding
Показать описание
I'm trying to learn the dotnet Blazor web framework, which uses C# to create web applications. If you know nothing about Blazor at all, maybe you can learn along with me. One way binding is used to let the C# code communicate with the HTML code above and sending the values to the variable like string interpolation.