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

  • Home
  • SEARCH
  • 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 8251071
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T00:07:11+00:00 2026-06-08T00:07:11+00:00

I have a html that have img src and link href as relative paths.

  • 0

I have a html that have img src and link href as relative paths. I need to move from relative to complete url path like “http://localhost:port..” using Html Agility Pack.

src=”/Expo/imagename.s3lb” in S3
href=”../Etch/Exposition/…aspx?sflang=en”

Can some one tell me a way of doing it? 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-06-08T00:07:12+00:00Added an answer on June 8, 2026 at 12:07 am

    I cant test or run this now, but you can try something like that:

    var htmlStr = "yourhtml";
    var doc = new HtmlDocument();
    doc.LoadHtml(htmlStr);
    var baseUri = new Uri("baseUriOfYourSite");
    var images = doc.DocumentNode.SelectNodes("//img/@src").ToList();
    var links = doc.DocumentNode.SelectNodes("//a/@href").ToList();
    foreach (var item in images.Concat(links))
    {
        item.InnerText =  new Uri(baseUri, item.InnerText).AbsoluteUri;    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have HTML that I need to extract a part number from, the HTML
I have HTML from a database that sometimes give no src values like this:
i have simple html that looks like this : <div class=img> <a target=_blank href=kl_big.htm
I have an HTML string that contains text and images, e.g. <p>...</p> <img src=...
I have some HTML that I need to toggle between two structures - one
I have some HTML that looks like this: <div> <div class=value> <a href=# class=clicker>Some
Besides the following, are there any HTML tag attributes that have a URL as
I have the following: $imageurl = <img class='item_thumb' src='getimagethumbnail.php?imagename=.urlencode($product_image).&from=.$prodimagedir.' min-width='150' min-height='150' border='0' class='item_thumb'>; Which
Newbie in javascript.. Need a little help. I have a SPAN or IMG that
I have html img list like this one: <img src=over.png width=150 heigh=72 /> <img

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.