[webkit-help] use WebKit Sharp
Benjamin Poulain
benjamin at webkit.org
Tue Apr 16 11:16:12 PDT 2013
Hi,
On Tue, Apr 16, 2013 at 7:37 AM, Daniela Tontea <dt at cylex.ro> wrote:
> 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.
>
WebKit Sharp is not developed on webkit.org, it is a completely independent
project. From a quick search, it looks like the project may actually be
dead.
Benjamin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20130416/d8e62763/attachment.html>
More information about the webkit-help
mailing list