Content Property
Gets the child content for the Parent entity that was navigated to. The Content loads in the background and will be available after the ContentLoaded event is fired.
Syntax
System.Collections.Generic.IEnumerable<IEntity> Content {get;}ReadOnly Property Content As System.Collections.Generic.IEnumerable(Of IEntity)