gpt4 book ai didi

WPF 麦哲伦 : is there a way to navigate to a existing view?

转载 作者:行者123 更新时间:2023-12-04 07:01:17 25 4
gpt4 key购买 nike

我正在使用优秀的 Magellan navigation framework来自 Paul Stovell .

当您在 Controller 中有此方法时

Public Function Save(ByVal Contact As Contact) As ActionResult
Try
Contact.Save()
Return Index() ''//Call other action result that brings the list of contacts
Catch ex As Exception
Return New CancelResult
End Try
End Function
  • 有没有办法让Index不创建另一个 View ,而是导航到现有 View (如果存在)?
  • 有没有办法销毁一个 View (在这种情况下,联系人 View ,因为记录已经保存在数据库中而不再有效)
  • 最佳答案

    您可以使用操作和结果过滤器功能完成此操作:

    http://www.paulstovell.com/magellan-action-and-view-filters

    您可以使用 OnResultExecuted 来跟踪呈现的页面。然后您可以处理 OnResultExecuting 以查看目标页面 - 如果它是导航日志中存在的页面,您可以发出 GoBack/GoForward 命令以导航回该页面。

    关于WPF 麦哲伦 : is there a way to navigate to a existing view?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1797307/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com