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!>
Thanks for joining our community and helping improve Syncfusion products!
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.