I have a partial view in my web application that renders a "widget" with several fields. Besides displaying the widget in the site I am sending it through email, and this works for some of the email clients, but some don't understand the inline CSS correctly.
I was thinking on rendering the partial view on the server and creating a single image from it, then embeding the image in the email, this way everyone will see the widget in the same way.
Is there a way to render a partial view on the server side and create an image from it? If so, where can I get more info about it? I've googled it and I don't seem to find any relevant information.
Thanks