private void btnTest_Click(object sender, EventArgs e) { string strHTML = WebInfo.GetPageInfo(tbUrl.Text); this.rtbWebContent.Text = strHTML; }