Skip to content

Instantly share code, notes, and snippets.

@hilapon
Created April 29, 2022 08:39
Show Gist options
  • Save hilapon/667a9b38dfbb11e342c5bfbeb189e808 to your computer and use it in GitHub Desktop.
Save hilapon/667a9b38dfbb11e342c5bfbeb189e808 to your computer and use it in GitHub Desktop.
AppShell の初期状態
<?xml version="1.0" encoding="UTF-8" ?>
<Shell
x:Class="MauiApp5.AppShell"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:MauiApp5"
Shell.FlyoutBehavior="Disabled">
<ShellContent
Title="Hello, World!"
ContentTemplate="{DataTemplate local:MainPage}"
Route="MainPage" />
</Shell>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment