[Mono-winforms-list] System.Windows.Forms.WebBrowser

Andreia Gaita shana.ufie at gmail.com
Tue Apr 8 21:52:22 EDT 2008


On 4/1/08, Josh <TwoOneSix at thatclothingco.com> wrote:
> I understand that System.Windows.Forms.WebBrowser isn't fully implemented
> yet, but does anyone know of a workaround that can use to get the
> DocumentText from the control? It appears that mono will currently (1.9)
> navigate to the URI that I need but I can't get the DocumentText property
> that I need... any ideas?

Hey there, sorry for the delay, almost missed your query.
At the moment there is no support for DocumentText, that is being
implemented currently. You can try to get InnerHTML from the body
element, that will at least give you the content of the body (but not
the head). Updates to support outerHtml and documentText will land
soon on svn.

andreia gaita


More information about the Mono-winforms-list mailing list