Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

203
Views
How to get a rendered HTML (Processed by Javascript) C#

I want to receive a rendered HTML. At the moment I am using the namespace "EO.WebBrowser" and it works for this purpose. But I always get a reminder to use a license (The license is only for commercial purposes)

So my question is: "Is there a better way without using forms?"

Reference to the same question by using forms

My current code:

    internal static string GetHtml(string url)
{
  ThreadRunner runner = new ThreadRunner();

  WebView view = runner.CreateWebView();

  runner.Send(() =>
  {
    view.LoadUrlAndWait(url);
  });

  return view.GetHtml();
}

It will be a linux service for my raspberry pi (Rasbian OS).

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!