Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6935675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:08:01+00:00 2026-05-27T12:08:01+00:00

How can I get the element value from the web page in C#, with

  • 0

How can I get the element value from the web page in C#, with the WPF WebBrowser component?

For example I want to get this value 1.7655 from this page http://www.forexpros.com/currencies/usd-gel.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T12:08:02+00:00Added an answer on May 27, 2026 at 12:08 pm

    After you call the Navigate method of the WebBrowser component of WPF to open a webpage, the DocumentCompleted event arrives, and you can safely browse the content of the page (note that sometimes this event occurs multiple times). The Document property of WebBrowser contains the HTML in an already processed format, called the DOM tree. Unfortunately, you cannot use this property easily, since it is only an object. This feature has not been completed in WPF (December 2011).

    I would use the Winforms version of WebBrowser instead. You can use it in a WPF application if you embed it into a WindowsFormsHost. This class is complete: its Document property is an HtmlDocument object, with a Body property, which is an HtmlElement, which contains the content of the page. You can walk the DOM tree recursively to find the element you want (and read its InnerText), or simply process the text of the whole page using Regex or an HTML parser library.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I get data from an xml web service (say, the value of
How can I get the text value from an elements's child? Say I have
I can get the element like this $(#txtEmail) but I'm not sure how to
can you get the last or newly added element in std::set? for example say
Can I get a stylesheet to detect a custom tag on a page element?
In jQuery, we can easily get the CSS value for a given element with
How can I get fontSize of element in px or pt ? Or can
In Javascript, after executing a function I can immediately get the an element of
how can i get immediate parent of a given element ? $(e.target).parent() ?
As in the subject, how can one get the total width of an element,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.