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
Post a Comment