C#C
C#3y ago
friedice

❔ Data-binding multiple components Blazor

So let's say I have 3 components. Component C is a child of component B, and component B is a child of component A. Is it possible 2-way bind Component C and component A so that when a parameter value of Component C is updated, Component A's value will also get updated?
Was this page helpful?