Here's a simple example:
razor
`
In the child component `Child1`, you can then define a CascadingParameter:
razor
`
And in `Child2`, you can use it like so:
razor
@CascadingValue
`
This way, the `Child2` component can access the value of `Parameter` passed from its ancestor without needing to explicitly pass it through each intermediate child.
Login to Continue, We will bring you back to this content 0