How to load cascading style sheet into C# object?
Posted
by Krishnaraj
on Stack Overflow
See other posts from Stack Overflow
or by Krishnaraj
Published on 2010-02-18T14:12:35Z
Indexed on
2010/06/08
1:02 UTC
Read the original article
Hit count: 225
Hello, I am developing a web application, where i want to give freedom of changing style elements of css linked to a page via an admin screen. So I am wondering is there any way I can load CSS file into a C# object or into XML passable formate and update it from the admin screen inputs? Thank you, Krishnaraj
© Stack Overflow or respective owner