Lord Hokage
How Do I add a Xaml Namespace inside another xaml
Just adding a using namespace in classes, how do I do that with Xaml?
x:Class=Fuire"2._0.AppShell"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:BringTheMenu2._0"
xmlns:custom="Fuire._0.View.Fuire"
Shell.FlyoutBehavior="Disabled">
8 replies