检索以前的请求分析数据
我已将迷你分析器合并到 mvc 应用程序中,但我有一个问题。当我有一个如下所示的控制器时,我看不到发生的执行,有什么想法吗?
- Controller1.Action1 执行,然后执行 RedirectToAction(Action2)
- 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?
- Controller1.Action1 executes and then does RedirectToAction(Action2)
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从存储库获取最新版本,我们现在显示每个用户最后 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