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 7884395
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:47:18+00:00 2026-06-03T04:47:18+00:00

Do any jQuery-like html element selector libraries exist in the Dot Net world? I

  • 0

Do any jQuery-like html element selector libraries exist in the Dot Net world? I am building an application which involves huge amount of html parsing.

Say I want to enumerate all ‘href’s and ‘src’s inside only a selected ‘div’s having its id like “post_message_%”.
Or say want to select the name and value strings within a form with a specific id or input type(eg. hidden or radio)

I can write the code..but first looking for any existing solution, so that I can use it and save my time for something else.

  • 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-06-03T04:47:20+00:00Added an answer on June 3, 2026 at 4:47 am

    You should check out the Html Agility pack, available here.
    Here’s a use case from their website, that uses XPATH selectors:

    HtmlDocument doc = new HtmlDocument();
    doc.Load("file.htm");
    foreach(HtmlNode link in doc.DocumentElement.SelectNodes("//a[@href"])
    {
       HtmlAttribute att = link["href"];
       att.Value = FixLink(att);
    }
    doc.Save("file.htm");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any jQuery plugin for progressive light glow effect like this ?
Is there any opensource samples of JQuery usages of StackOverFlow-like sites...... Any help in
Just like in JavaScript : opener.document.getElementByName jQuery: ?? Is there any way to get
Hi I was wondering if there is any jquery function around which can take
Is there any jquery plugin similar to Whatever:hover http://www.xs4all.nl/~peterned/csshover.html ?.I'm using jquery library already
I have a html structure like this: <div class=one> <div id=two> <h2>Any</h2> <h4>Any</h4> </div>
So html elements can have attributes which will say something about the element. However,
Im trying to call a js function on a HTML element which I have
Using jQuery and coffeescript, I want to update a html element when user presses
Is there any jquery plugin for implementing iGoogle style dashboard? So basically drag n

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.