How to save image from another website programmatically? Using asp.net c#
for example I wouldlike to create request on google to search something for example beer and from search result save images using asp.net web application
How to save image from another website programmatically? Using asp.net c# for example I
Share
it is easy. Crawl page, find url of the image with regex or jQuery for example and pass it as string to method below: