ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,741 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How to generate preview of any URL(Link) with thumbnail or another thing In Asp.net Core looks like the attached image
You can achieve this in client side by using javascript plugins. You can make your previews by fetching the contents of the website and building the preview the way you need. Also there are plugins available that can be used. Find some helpful references.
https://andrejgajdos.com/how-to-create-a-link-preview/
https://github.com/embedly/jquery-preview
Hope this helps