Blazor Cascading values and parameters | .NET 8.0 Blazor webAssembly

Опубликовано: 08 Октябрь 2024
на канале: Ehasanul Hoque
531
6

Cascading values and parameters provide a convenient way to flow data down a component hierarchy from an ancestor component to any number of descendent components. Unlike Component parameters, cascading values and parameters don't require an attribute assignment for each descendent component where the data is consumed. Cascading values and parameters also allow components to coordinate with each other across a component hierarchy.

https://learn.microsoft.com/en-us/asp...

My page

  / fullstackhouse