Best way to get list of child components in Blazor
问题 We need to get list of child components in OnAfterRenderAsync method of parent component but, we don't know how to do that. We try with RenderBuilder and GetFrames but this is always null. We have Splitter component with N Split Areas as child components and we need to get all areas in Parent component, in OnAfterRenderAsync method. 回答1: If you have a parent component of type X and you want to references to all tightly coupled children of type Y (for example, TabControl and TabPages) then you