M
MaartyMan
Hi, I am new to C#. Maybe someone can help me with this:
I am writing a web crawler that puts one page at a time in WebBrowser and I
want to get the DocumentText and work with it. Since I don't know the
encoding of the page beforehand, I have to get the encoding and then set so I
get the correct html text (without any "funny" characters). Any suggestions
which way is the best way of doing this? Thanks in advance.
I am writing a web crawler that puts one page at a time in WebBrowser and I
want to get the DocumentText and work with it. Since I don't know the
encoding of the page beforehand, I have to get the encoding and then set so I
get the correct html text (without any "funny" characters). Any suggestions
which way is the best way of doing this? Thanks in advance.