Two-Way Binding

This page demonstrates Blazor's two-way data binding.

Open the Dashboard, then click any of the Increment buttons to see the Blazor event trace.

Pay particular attention to the SetParametersAsync events. These will show you a diff of the old and new parameter values. Click on an event to see more details.

Parent Component

Value in Parent: 0

Child Component

Value in Child: 0

GrandChild Component

Value in GrandChild: 0
An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.