C cstangor Member Licensed User Longtime User Jan 25, 2013 #1 Hello, What is the appropriate method to return the source code of a web link as a string? Thanks in advance.
Hello, What is the appropriate method to return the source code of a web link as a string? Thanks in advance.
canalrun Well-Known Member Licensed User Longtime User Jan 25, 2013 #2 Hello, I was doing this a while back. The only way I found to get the webpage source was to use HTTPUtils2 to get the webpage as string. After doing whatever processing I needed on the string I loaded it into a WebView using LoadHtml. Barry. Upvote 0
Hello, I was doing this a while back. The only way I found to get the webpage source was to use HTTPUtils2 to get the webpage as string. After doing whatever processing I needed on the string I loaded it into a WebView using LoadHtml. Barry.