Plugin.Wpf.MVVMExpress.Navigation
1.0.0
dotnet add package Plugin.Wpf.MVVMExpress.Navigation --version 1.0.0
NuGet\Install-Package Plugin.Wpf.MVVMExpress.Navigation -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Plugin.Wpf.MVVMExpress.Navigation" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Plugin.Wpf.MVVMExpress.Navigation" Version="1.0.0" />
<PackageReference Include="Plugin.Wpf.MVVMExpress.Navigation" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Plugin.Wpf.MVVMExpress.Navigation --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Plugin.Wpf.MVVMExpress.Navigation, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Plugin.Wpf.MVVMExpress.Navigation@1.0.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Plugin.Wpf.MVVMExpress.Navigation&version=1.0.0
#tool nuget:?package=Plugin.Wpf.MVVMExpress.Navigation&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Plugin.Wpf.MVVMExpress.Navigation
WpfFrameNavigator maps ViewModel types to Page or UserControl instances on a WPF Frame. Modal views open as owned Windows. INavigator and GuardedNavigator live in Core.
o.UseFrameNavigation((nav, _) => nav
.Map<LoginViewModel, LoginPage>("login")
.Map<HomeViewModel, HomePage>("home"));
await navigator.ResetAsync<HomeViewModel>();
Put a Frame named NavigationHost in MainWindow. There is no Shell host on WPF.
License: MIT.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-windows10.0.17763 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0-windows10.0.17763
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.0)
- Plugin.Wpf.MVVMExpress (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 91 | 9/9/2026 |
| 0.1.2-preview | 84 | 9/9/2026 |
| 0.1.1-preview | 79 | 9/9/2026 |
| 0.1.0-preview | 82 | 9/9/2026 |
1.0.0: first stable WPF MVVMExpress. Frame navigation, dialogs, templates, and VS Code / Visual Studio extensions.