A developer needs to implement a header component for a website. The component has the following requirements:
✑ The component should be configured once on the page highest in the hierarchy.
✑ The header component on pages lower in the hierarchy should look the same and show the same data.
✑ If necessary, the configuration can be overwritten on a child page.
✑ The component should show a list of links that are configured in the header component.
Which code snippet for returning the list of pages should the developer use?
A.
B.
C.
D.