C#C
C#3y ago
N0mlss

❔ Blazor: Get value of nested component

I have two component: CompA and CompB and a page index.

CompB is a simple input
CompA has a RenderFragment

I want to display the input text of CompB inside CompA

PS: I am doing stuff step by step to understand the process
image.png
Was this page helpful?