2

I want to capture an image of a specific URL in asp.net C#. I can't find any thing on the web.

1
  • This is really a duplicate of this question. Commented Aug 10, 2011 at 16:15

3 Answers 3

1

Try this , you will get exact code and description also.

Sign up to request clarification or add additional context in comments.

Comments

1

You could use a web service like http://www.websnapr.com/, which has both free and paid models depending on your usage needs.

Comments

0

I'm making the assumption that you're trying to get that URL Thumbnail image that certain blog posts and google provide ?

There isn't actually a method to do exactly what you're asking for because what you need is a web browser to see how a web-page looks.

What normally happens is that an automatic process opens the URL in a browser and takes a screen shot of the window.

Similarly, you can open a Browser control and capture it's window; but I've always been a bit wary of this approach as if there's anything on that URL that demands attention (like a modal popup), it has the potential to lock your thread.

The approach we took was to have a service that was subscribed to, to capture an image and it then managed its own threading and reported urls that gave us trouble.

2 Comments

you making the assumption that I have a text box and user import url to get url thumbnail image . I want to do this .
I am indeed, but your question is lacking in significant detail. Refine your question and I'll refine my answer.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.