一键导入
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