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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T23:25:29+00:00 2026-06-01T23:25:29+00:00

We have few downloaded HTML pages, with broken links (relative paths), and we have

  • 0

We have few downloaded HTML pages, with broken links (relative paths), and we have the original URL each page was downloaded from.

We are converting all relative links to Absolute links using –

Foreach (anchorElement in page) -
    Uri.TryCreate( originalPageURI, hrefRelativeURI, hrefAbsoluteURI )

This works for most of the cases except for the following case –

originalPageURI = http://somewebsite.com/post.jsp?item=22

hrefRelativeURI = ?item=97

What would be the input parameter for Uri.TryCreate() for above case where TryCreate() fails ?

  • 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-01T23:25:32+00:00Added an answer on June 1, 2026 at 11:25 pm

    You can’t solve your problem with Uri because ?item=97 is not a relative path but instead a query string.

    So, what you have to do is construct your new URL joining the parts by hand.

    You should use:

    • originalFolderPath, as the portion of your original URL up to the last '/'. You can join the “true” relative paths to this one to get the absolute uri. (i.e. those not starting with ?)

    • originalFilePath, as the portion of your original URL up to the '?'. You can join the “false” relative paths to this portion. The false are those representing the query string parameters (i.e. those starting with ?).

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

Sidebar

Related Questions

I downloaded the script from emposha.com/javascript/fcbklistselection-like-facebook-friends-selector.html and made a few modifications, as the source
I have few question in this regard When you create an internet page, does
I have few nested DIVs at page. I want to add event only for
I have few text and excel file, from which I need to import data
I have few buttons of which each button is assigned a class with a
I have few jar files which I am not getting from any repositories.I have
I have a section of an html page that I want to display in
Ok, I have the HDF5 library downloaded from the official site, and I have
I have a website of quite a few pages which also has a style
How can I download the first few lines of an html document? I have

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.