I have a page with a fax button on it... when clicked it uses a dialog to capture the destination of the fax from a drop down list.
What I need to do is apply the print stylesheet and capture the webpage.
I am using RightFax webservice "OpenText" to send the fax.
How do I:
1: capture the HTML and style for the webpage 2: serialize the HTML into a byte array so I can add it as an attachment
using MVC 5 and c#
Thanks in anticipation.