Xamarin.Forms - Is there a mechanism to "include" a partial view?

Viewed 6893

Does Xamarin.Forms have a concept of includes?

I'm creating an app that has a shared header across all pages. Is there a way to create the header once and include it on all pages? Better yet, is there a way to create a template or a reusable layout that you can put all content inside for each page? It would be a similar concept to .NET MVC's _Layout file.

2 Answers
Related