ワンクリックで
uno-navigation-qualifiers
Use navigation qualifiers in Uno Platform to control back stack behavior.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use navigation qualifiers in Uno Platform to control back stack behavior.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create and use commands in MVUX for user interactions.
Create and use IFeed<T> for async data in MVUX.
Display async feed data with FeedView control.
Create and use IListFeed<T> for reactive collections in MVUX.
Create and use IListState<T> for mutable reactive collections in MVUX.
Use messaging to sync MVUX states with entity changes.
| name | uno-navigation-qualifiers |
| description | Use navigation qualifiers in Uno Platform to control back stack behavior. |
| when_to_use | Use when clearing the navigation back stack (e.g., after login), removing specific pages from back stack, opening dialogs/flyouts via navigation, navigating to nested regions, or using qualifier prefixes in route strings. |
| metadata | {"author":"uno-platform","version":"2.3","category":"navigation"} |
Docs lookup: call
uno_platform_docs_search(...)first, thenuno_platform_docs_fetch(sourcePath="…")using thesourcePathfield from a result (a relative.mdpath; add the result'sanchorfor a section). Never pass a URL, a.htmllink, or a hand-built path.
uno_platform_docs_search("Uno Navigation qualifiers back stack clear dialog Qualifiers class")
Primary documentation pages:
external/uno.extensions/doc/Reference/Navigation/Qualifiers.mdexternal/uno.extensions/doc/Learn/Navigation/Walkthrough/AdvancedPageNavigation.mdexternal/uno.chefs/doc/navigation/XamlNavigation.mdFetch the qualifiers reference:
uno_platform_docs_fetch(sourcePath="external/uno.extensions/doc/Reference/Navigation/Qualifiers.md")
Fetch the advanced page navigation walkthrough:
uno_platform_docs_fetch(sourcePath="external/uno.extensions/doc/Learn/Navigation/Walkthrough/AdvancedPageNavigation.md")
If using qualifiers from code:
uno_platform_docs_search("Uno Navigation Qualifiers.ClearBackStack code behind NavigateViewModelAsync")
Key page:
external/uno.extensions/doc/Learn/Navigation/Advanced/HowTo-AdvancedPageNavigation.md-/ prefix: clears back stack (e.g., uen:Navigation.Request="-/Login")!/ prefix: opens a dialog/flyoutQualifiers.ClearBackStack, Qualifiers.Dialog, etc.Qualifiers class is in Uno.Extensions.Navigation namespace-/ to prevent back navigation to login