C# General

How to crawl a web page/file in a .net application

Explains how we can crawl a web page or file using a virtual path and store the response locally.

Crawling refers to request the web page data and get the reponse data programmatically. You can easily do this in .net.

C# Code:

 

 

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.