I'd like to compile css and replace the resulting styles for each tag as an inline style for the corresponding tags in html. Is there a simple way to do this in c#?
This is similar to "Compile" CSS into HTML as inline styles - but I want to do it in c#