i want to connect my wp site with DOTNet.

Handerson 20 Reputation points
2025-05-18T13:31:49.2+00:00

i want to connect website https://distextformatting.com/ with the dotnet framework. Actually the tool operate best with framework, any idea how to handle this?

Community Center | Not monitored
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 78,086 Reputation points Volunteer Moderator
    2025-05-18T16:18:54.1566667+00:00

    As the site does not have a published api, you are basically building a screen scraper. While there are screen scraping tools, to do a single page like this:

    • reverse engineer the form post. Then you can use HttpClient to post data to the site
    • reverse engineer the response. You will need to pick a html parsing library. With the library you parse the response html, and then extract the desire output.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.