A ContentPage
is a Page
that is intended to fill the display. A ContentView
is a View
that can be contained within a Page
or within another View
. Both have a Content
property that contains child content - either a single View
, or more commonly a Layout
containing multiple Views
.