TommasoScalici.AppShell
1.0.1
dotnet add package TommasoScalici.AppShell --version 1.0.1
NuGet\Install-Package TommasoScalici.AppShell -Version 1.0.1
<PackageReference Include="TommasoScalici.AppShell" Version="1.0.1" />
paket add TommasoScalici.AppShell --version 1.0.1
#r "nuget: TommasoScalici.AppShell, 1.0.1"
// Install TommasoScalici.AppShell as a Cake Addin #addin nuget:?package=TommasoScalici.AppShell&version=1.0.1 // Install TommasoScalici.AppShell as a Cake Tool #tool nuget:?package=TommasoScalici.AppShell&version=1.0.1
AppShell provides a template to build UWA with a standard "hamburger" menu that is built upon SplitView control. This avoid you to write the same code or copy/paste the menu controls for each app while not sacrificing flexibility. AppShell was built starting from "XamlNavigation" sample project that you can find in Windows Universal Samples.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | netcore50 is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
MenuItem.Arguments is now MenuItem.NavigationParameter, the type also changed from string to object to match the parameter type in the classic Page Navigation system.