检索以前的请求分析数据

发布于 2024-11-19 05:22:52 字数 223 浏览 6 评论 0原文

我已将迷你分析器合并到 mvc 应用程序中,但我有一个问题。当我有一个如下所示的控制器时,我看不到发生的执行,有什么想法吗?

  1. Controller1.Action1 执行,然后执行 RedirectToAction(Action2)
  2. Action2 is run

我的问题是,我似乎无法仅执行上述步骤 1 的步骤 2。是的,我知道这是涉及客户端重定向。

I have incorporated the mini-profiler in mvc app but I have a question. When I have a controller looking like below I can't see the execution that took place, any ideas?

  1. Controller1.Action1 executes and then does RedirectToAction(Action2)
  2. Action2 is run

My problem is that I can't seem to get the execution of step 1 above only step 2. Yes I know that it is a client side redirect involved.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

没有心的人 2024-11-26 05:22:52

从存储库获取最新版本,我们现在显示每个用户最后 N 个未显示的请求。

这样我们就可以跟踪重定向和 POST

Grab the latest version from the repo, we now display the last N requests that were not displayed, per user.

This way we track redirects and POSTs

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文