本文介绍了你如何使用mshtml DOM对象来抓取渲染的asp.net页面?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道如何使用MSHTML从html网页中获取innerhtml,但

如果我想查看渲染的aspx页面的元素怎么办?使用MSHTML DOM对象有没有

方法呢?


谢谢,


Randall Arnold

解决方案









更好的选择是使用响应过滤器。




-

吉姆柴郡

================================

博客:


最新条目:深入研究对象

描述使用调试器挖掘

内存使用情况的细节。


I know how to use MSHTML to grab the innerhtml from an html web page, but
what if I want to look at elements of a rendered aspx page? Is there any
way to do this using the MSHTML DOM object?

Thanks,

Randall Arnold

解决方案








A better choice would be to use a Response filter.

http://weblogs.asp.net/despos/archiv...01/145436.aspx

--
Jim Cheshire
================================
Blog: http://blogs.msdn.com/jamesche

Latest entry: Digging into Objects
Describes the details of digging into
memory usage with the debugger.


这篇关于你如何使用mshtml DOM对象来抓取渲染的asp.net页面?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 21:21