Glimpse 是否适用于返回 JsonResult 的操作?

发布于 2024-11-08 15:52:29 字数 212 浏览 1 评论 0原文

我有一个应用程序,其中大部分繁重工作都在每个返回 JsonResult 的操作中。它们是由 jQuery 从简单的视图中调用的。

这些请求显示在 Glimpse 的 Ajax 选项卡中,但当每个请求完成时,它都会被评分并显示为灰色。我想检查每个 ajax 请求并查看它们的概览信息——MVC 路由、执行、绑定、跟踪输出等。这可能吗?

(我使用的是 Glimpse v0.81)

I've got an app where most of the heavy lifting is in actions that each return a JsonResult. They're called by jQuery from a simple view.

The requests show up in the Ajax tab in Glimpse, but as each request completes it gets scored through and greyed out. I'd like to inspect each of those ajax requests and see the Glimpse information for them -- the MVC routing, execution, binding, trace output, etc. Is that possible?

(I'm using Glimpse v0.81)

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

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

发布评论

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

评论(2

寒尘 2024-11-15 15:52:29

默认情况下,仅为某些内容类型生成 Glimpse 数据。 (text/html)

在 web.config 部分中,您可以添加 application/json (或您要返回的任何内容类型),Glimpse 将开始提供您正在查找的所有服务器元数据。

By default Glimpse data is only generated for certain content types. (text/html)

In the section of your web.config you can add application/json (or whatever content type you are returning) and Glimpse will begin to provide all of the server metadata you are looking for.

溺ぐ爱和你が 2024-11-15 15:52:29

通常,Glimpse 支持 AJAX 请求,但 FireBug 和 Google Chrome 中的开发人员工具似乎是更适合检查它们的工具。

Normally Glimpse supports AJAX requests but FireBug and Developer tools in Google Chrome seems a better suited tools for inspecting them.

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