Capturing Thumbnail Website Without Security Concerns

I was looking for a way to go to the website URL and take a snapshot of how the homepage looks. I found a solution for designing the code using a web browser control, but people said that it wasn’t for production, and there were security risks (malicious things on the web page, etc.).

Is there a “safe” way to do this without worrying about downloading a virus, etc.? It would be nice to capture the page as it actually is, but maybe the only way to do this is to disable javascript, etc., Maybe? I am using asp.net c #.

+3
source share
1 answer

- : 20+ -

, , w3snapshot.com, :

http://images.w3snapshot.com/?url=http://www.google.com&size=L&key=1234567890&format=jpg&quality=80

, , / .

+1

All Articles