This blog is going to explain how to pass values from parent component to child component. A cascading parameter and component is an easy way to flow data from parent to child components. Basic Cascading Parameter and Component I have created two components to illustrate the data flow Parent.razor and Child.razor. The following is a… Continue reading Blazor Cascading Values and Parameters