Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

I tried a few different methods to create a dynamic header that takes in the current page title that I was previously using to draw on each page, I have created a method that makes the header template that I update to use the newest page title, but it places the last page title I gave to the method across all of the pages as well as the title for that page. How should I write and call the method that create the template so that it only places the title for that page?

I followed this guide but it lacks details.