如何从 ashx 或 Web 服务呈现用户控件?

发布于 2024-08-07 21:15:48 字数 50 浏览 4 评论 0原文

问题是否可以让 .ashx 或 web 服务返回呈现的用户控件?如果是这样我该怎么做?

Question is it possible to have a .ashx or webservice return a user control rendered? if so how would i do this?

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

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

发布评论

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

评论(4

听风念你 2024-08-14 21:15:48

我们敬爱的 Scottgu 的这篇文章可能会对您有所帮助:)

This post from our beloved Scottgu might help you :)

傲世九天 2024-08-14 21:15:48

我还没有尝试过,但您也许可以通过调用 来做到这一点RenderControl 方法。

I haven't tried this, but you might be able to do this by calling the RenderControl method.

过度放纵 2024-08-14 21:15:48

如果您不使用 MVC,则可以使用 RenderControl 方法在绑定时获取控件的 HTML。

链接

If your not using MVC, you can get the HTML of a control at bind time by using the RenderControl method.

Link

書生途 2024-08-14 21:15:48

唯一的问题是您可以使用 ASP 控件,因为它们需要位于 runaat="server" 控件内。或者至少我仍然没有任何解决这个问题的方法

The only problem is that you can use ASP controls as they need to be inside runaat="server" control. Or at least I still do not have any solution to that problem

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