internal void DisplayHtmlPageSource() { string htmlSource = SwdBrowser.GetHtml(); view.FillHtmlCodeBox(htmlSource); }