我可以将 MVC 操作作为 AutoCompleteExtender 的 ServiceMethod 吗?

发布于 2024-07-18 00:04:44 字数 163 浏览 3 评论 0原文

假设 Tools 是我的控制器,我在 ServicePath 中指定“/Tools”,并在 ServiceMethod 中指定操作名称“GetToolsList”。 我可以通过这种方式触发 AutoCompleteExtender 吗? 我如何才能将 prefixText 传递给此处的操作? 还是不可能?

Assuming Tools is my Controller, I specify '/Tools' in the ServicePath, and the action name 'GetToolsList' in the ServiceMethod. Can I fire an AutoCompleteExtender this way? How would I be able to pass the prefixText to the Action here? Or is it not possible?

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

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

发布评论

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

评论(1

饮惑 2024-07-25 00:04:44

做到了。 创建一个返回 void 的操作,并对输出进行 JSON 序列化并将其写入响应对象,以便在 AutoCompleteExtender 中读取和显示它。

Did it. Created an action that returned void, and JSON-serialized the output and wrote it into the response object so that it's read and shown in an AutoCompleteExtender.

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