c# - Parse HTML Page, include all css styles -


i want send complete html page email , want include css styles email. there library creates me 1 html page css styles correctly included. (conside can import css files have opened , included.)

any appreciated.

the closest came having send control without includes, , built server control, read css files ( , js files ) , write them out. entire page, might have more difficulty.

i not believe there this. if can read entire page code, doing find , replaces may easiest answer. find csss tag, replace inner contents values file in tag.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -