❔ Blazor - Get objects from child components
I have a page called "FactorSearch", that calls 2 instances of the same component, called "scope". Scope has 4 properties: Region, Universe, StartDate, EndDate.
What I'm trying to do is, when I click "GetScope", I get an instance of the object Scope filled with the informations within each of the instances I created.
Been trying to search about it but no success.
Thanks!
What I'm trying to do is, when I click "GetScope", I get an instance of the object Scope filled with the informations within each of the instances I created.
Been trying to search about it but no success.
Thanks!
