Jump to content

Recommended Posts

Guest sebapi
Posted

.NET CF 2.0 doesn't support accesing the HTML content of a web page with

DocumentText property.

In what way can I have access with content of a web page ?

Do anyone have any solution of this problem ?

Regards.

Sebastian

Posted (edited)

why dont you use the httpwebrequest/httpwebresponse classes in the System.Net namespace?

if the request is successful you will get the entire response in html content

Edited by Tech
Guest sebapi
Posted
why dont you use the httpwebrequest/httpwebresponse classes in the System.Net namespace?

if the request is successful you will get the entire response in html content

I want to get local html files content, so I can't use HttpWebRequest (it throws NotSupportedException). If I want to use uri like file://\Storage Card\file.html I have to use FileWebRequest, but ... .NETCF doesn't support it.

Regards.

Sebastian

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.