[]
        
(Showing Draft Content)

C1.C1Preview.RenderObject.Fragments

Fragments Property

Fragments

Gets a RenderFragmentCollection containing the fragments produced by the current object in the generated document.

Declaration
public RenderFragmentCollection Fragments { get; }
Remarks

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