C# Library for moving CSS to inline style attributes, to gain maximum E-mail client compatibility.
string htmlSource = File.ReadAllText(@"C:\Workspace\testmail.html");
PreMailer pm = new PreMailer();
string premailedOutput = pm.MoveCssInline(htmlSource, false);
NuGet: PreMailer.Net
- The Dynamic Programmer - For his CSS parser
- Fizzler
PreMailer.Net is available under the MIT license. See the LICENSE file for more info.