TwoWay.razor

Two way binding


Change the text and click outside the input field (or press enter) and you see the changes!


Two way binding (date)

Date of birth: 12/28/2025

Make sure to set the type to date, otherwise you will get an error.


Two way binding, with update (DOM event)

Change the text and you see the changes immediately!


Two way binding, with C# (Blazor) event

Change the text and you see the changes immediately! This time with a C# event.


Binding to an object

John Doe

An unhandled error has occurred. Reload 🗙