[webkit-help] use WebKit Sharp

Daniela Tontea dt at cylex.ro
Tue Apr 16 07:37:49 PDT 2013


Hello all


I am new in mono develop...
I want to take the page source froma url  with  WebKit Sharp but I don't know how I take Document like in .net:
void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
        {
                StreamReader sr = new StreamReader(this.webBrowser1.DocumentStream, Encoding.GetEncoding("ISO-8859-1"));
                Pages = sr.ReadToEnd();

        }.
Please help me to use webKit.

Thanks

Dana Mihai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20130416/5515b98d/attachment-0001.html>


More information about the webkit-help mailing list