Navigation
Everything on SkillVeris tagged Navigation — collected across the glossary, study notes, blog, and cheat sheets.
14 resources across 2 libraries
Study Notes(13)
UWP Navigation
How Frame-based navigation, page parameters, NavigationView, and deep linking combine to structure multi-page UWP apps.
Navigation in MVVM
How MVVM apps navigate between screens through an INavigationService abstraction, pass parameters and receive results, and support deep linking without ViewMod…
Navigation Controls
See how ASP.NET Web Forms handles site navigation through the Web.sitemap file, SiteMapPath, Menu, and TreeView controls, plus programmatic redirection.
Model-Driven App Navigation (Sitemap)
Learn how the Sitemap defines the navigation structure — areas, groups, and subareas — that users see in a Model-Driven App.
Screens and Navigation
How canvas apps structure multiple screens, pass data between them with Navigate, manage app-wide state with variables and collections, and design navigation p…
Navigation and NavigationManager
Understand how Blazor's NavigationManager service enables programmatic navigation, URL inspection, and location-change event handling.
Shell Navigation
Learn how .NET MAUI Shell provides a unified, URI-based navigation system with flyouts, tabs, and route registration.
The Link Component and Navigation
Learn how Next.js's Link component powers fast, client-side navigation with automatic prefetching, and how to complement it with the useRouter and usePathname…
Bottom Navigation and Tabs
Building persistent bottom navigation bars and swipeable tab layouts in Compose using NavigationBar, TabRow, and coordinated back stack state.
Navigation Compose Basics
An introduction to the Navigation component's Compose integration — NavController, NavHost, and route-based destinations for moving between screens.
Nested Navigation and the Back Stack
How to group related destinations into nested navigation graphs, control back stack behavior with popUpTo, and manage multi-flow apps cleanly.
NavigationPath and Programmatic Navigation
Learn how NavigationPath lets you drive SwiftUI navigation from code — deep linking, popping to root, and building multi-step flows without user taps.
Navigation Guards
Understand how global, per-route, and in-component navigation guards let you control, cancel, or redirect navigation, e.g. for authentication.