Is it possible to retrieve CSS styles from a styles.css file in ASP.NET C# code behind, or is a workaround necessary? I haven't been able to find a solution online.
While utilizing themes in my web application, I also require server-side processing and access to color information from CSS files. These colors will be unique to each user, so a method of retrieving them is essential.