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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T00:26:08+00:00 2026-05-19T00:26:08+00:00

how can i download a web page from my web app, then reading title

  • 0

how can i download a web page from my web app, then reading “title” and “description” metatag ?
Like a web crawler, but in Asp.net and called by ..an asp.net web page ?

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-19T00:26:09+00:00Added an answer on May 19, 2026 at 12:26 am

    You can do a screen scrape of an external URL in .NET using the WebClient class, which you’ll find in the System.Net namespace. Use the DownloadData method to download the content from a specified URL. The downloaded data comes down as a byte array, but you can convert this to a string.

    The following snippet shows how to use WebClient to grab the HTML from my blog’s homepage, http://scottonwriting.net/sowblog/default.aspx:

    // Create a new WebClient instance.
    WebClient myWebClient = new WebClient();
    
    // Download the markup from 
    byte[] myDataBuffer = myWebClient.DownloadData("http://scottonwriting.net/sowblog/default.aspx");
    
    // Convert the downloaded data into a string
    string markup = Encoding.ASCII.GetString(myDataBuffer);
    

    Once you have the markup you can use regular expressions or string searching methods to pick out the markup of interest.

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

Sidebar

Related Questions

In my web application, users can download a .tar.gz archive containing the app files.
I want to programmatically download the contents of a web page, but that page
I want to download a list of web pages. I know wget can do
I can download a file from S3 using either of the following methods. s3cmd
From where I can download Turbo C++ setup, the one with blue srceen which
Can anybody help me, from where I can download LevelDB for Java-Windows because I
I want to ask if I can download files from the blobstore in google
I'm creating a mobile website that will include a page from which people can
I need to retrieve some info from web. For example, I can visit weather.com
i am making an iphone app that get data from web ,i use HPPLE

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.