How to load cascading style sheet into C# object?
- by Krishnaraj
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