中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

c# webbrowser怎么獲取網頁內容

小億
235
2024-02-01 17:20:34
欄目: 編程語言

要獲取網頁內容,你可以使用WebBrowser控件的Document屬性。下面是一個簡單的示例:

using System;
using System.Windows.Forms;

namespace WebBrowserExample
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender, EventArgs e)
        {
            webBrowser1.Navigate("https://www.example.com");
        }

        private void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
        {
            // 獲取網頁內容
            string html = webBrowser1.DocumentText;
            Console.WriteLine(html);
        }
    }
}

在上面的示例中,Form加載時,我們導航到一個URL。然后,當網頁加載完成后,我們可以通過DocumentCompleted事件來獲取網頁內容。在該事件處理程序中,我們通過DocumentText屬性獲取網頁的HTML內容。

0
扶风县| 罗田县| 高阳县| 博罗县| 麻江县| 安顺市| 耒阳市| 昭通市| 云霄县| 江安县| 阿拉善盟| 长沙市| 拉萨市| 霍邱县| 离岛区| 吉水县| 安阳县| 宜宾市| 青铜峡市| 平阳县| 靖安县| 黄山市| 漳浦县| 安阳市| 扬州市| 新建县| 高清| 武胜县| 安吉县| 新乐市| 西林县| 肇东市| 通州区| 郓城县| 石楼县| 镇康县| 鄂伦春自治旗| 合山市| 卓尼县| 五大连池市| 双峰县|