Hello,
You could display the contentview on a page, then navigate to a page. As you said, you found the solution:
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
```ruby
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="MauiApp26.DashboradPage"
xmlns:**view**="clr-namespace:MauiApp26" x:Name="page"
>
<Grid>
**<view:DashboardView/>// this is content view presented in content page.**
</Grid>
```</ContentPage>
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.