c# - Get HTML via URL in Xamarin Forms -


i'm trying html content of webpage via url in xamarin forms project, don't know how. i've tried use stuff this, not working in portable project: get html code website in c#

unfortunately, it's not possible use system.net.http. recommended use modernhttpclient, don't know how use html via webpage url. can't find answer in example on github page: https://github.com/paulcbetts/modernhttpclient

thanks in advance help!

br, fg

it's possible use system.net.http in app. need install nuget package: "microsoft.net.http" (https://www.nuget.org/packages/microsoft.net.http).


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -