[]
        
(Showing Draft Content)

C1.C1Preview.RenderFragment.Children

Children Property

Children

Gets a RenderFragmentCollection containing the child fragments of the current fragment.

Declaration
public RenderFragmentCollection Children { get; }
Remarks

This property always returns a non-null fragments collection, initializing it if it has not been initialized yet. Use HasChildren to test whether there are any children without initializing Children.