vb.net - 在 VB.NET 中使用 Firefox HTML 源查看器?

标签 vb.net debugging firefox

我想查看网页的 HTML 源代码,我使用了 ICSharpCode.TextEditor、Scintilla...它们都很好。但是,我错过了 Firefox HTML 源查看器。

我想知道是否可以使用 Mozilla ActiveX Control 打开源代码查看器,或者是否有命令行参数可以让 Firefox 打开它?谢谢!

最佳答案

您可以从命令行执行此操作,例如:

$> firefox view-source:http://stackoverflow.com

或者您可以在地址栏中输入类似的内容:“view-source: http://stackoverflow.com

如果您碰巧想在新窗口中打开它:

$> firefox -new-window view-source:http://stackoverflow.com

有一个reference at mozillazine.org .

关于vb.net - 在 VB.NET 中使用 Firefox HTML 源查看器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1141313/

相关文章:

asp.net - 使用 asp.net mvc 和 Identity 的每个选项卡 session

visual-studio-2010 - Visual Studio - 如何将默认构建配置更改为发布?

debugging - Chrome开发者工具来源空白

performance - 变换 : scale immensely slow in all versions of firefox

xml - 如何访问正确的 XUL 缩放更改值

java - 远程网络驱动程序无法启动 - Selenium 网格

vb.net - VB.NET ArrayList到List(Of T)类型的复制/转换

c# - Restful wcf 服务返回 json 中的数据行 - android 客户端

ios - 在调试iOS程序时如何追溯到dispatch_async之外?

VB.NET 中括号 () {} [] <>