Guest sebapi Posted June 13, 2006 Report Posted June 13, 2006 .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
Guest Tech Posted June 20, 2006 Report Posted June 20, 2006 (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 June 20, 2006 by Tech
Guest sebapi Posted June 24, 2006 Report Posted June 24, 2006 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now