Skip to content

How to use it?

Junevy edited this page Mar 17, 2026 · 1 revision

Introduction:

** YOU MUST BUILD THE ISERVICEPROVIDER AND REGISTER ROUTE AND REGION **

  1. Download the dll and reference it
image
  1. Download "Microsoft.Extensions.DependencyInjection" from nuget (The IServiceProvider from here).
image
  1. Create xaml file in wpf project and input xmlns:sn="clr-namespace:SimpleNavigation;assembly=SimpleNavigation"
image
  1. Create a Frame control and assign the regionname
image
  1. Register Region or Route and build the IServiceProvider
image
  1. Got it!
image image

Clone this wiki locally