All Projects → wildbit → Style Merge

wildbit / Style Merge

Licence: mit
Simple CSS inlining, for email.

StyleMerge

StyleMerge

Simple CSS inlining, for email, for C# and other .net-based languages.

What's this for?

StyleMerge allows you to inline <style> blocks to style= attributes for email, this is necessary to ensure the broadest rendering support in email clients. It's the engine behind our style inlining for Postmark Templates, and we're proud to provide it as Open Source to the .net community.

How to use this library:

var sourceHtml = "<html><head><style>...</style></head><body>...</body></html>";
var processedHtml = StyleMerge.ProcessHtml(sourceHtml);
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].