ASP.Net 最终渲染页面事件
也许我之前关于输出缓存输出缓存的问题太复杂了。
让我们简化一下。
如何从 ASP.Net 中的页面(或控件)事件获取最终的“准备发送”呈现的 HTML?我假设这将与用于输出缓存的内容相同,因此可以查询以找出将要放入缓存中的内容。
Perhaps my previous question on output caching output caching was too complex.
Let's simplify.
How can I get the final, "ready for sending" rendered HTML from a page (or control) event in ASP.Net? I assume that this will be the same content that will be used for the output cache, so could be queried to find out what is about to be placed into the cache.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
代码复制自:
http://aspcode.net/Last-second-HTML -changes-in-your-ASPNET-page.aspx
Code copied from:
http://aspcode.net/Last-second-HTML-changes-in-your-ASPNET-page.aspx