In an mvc 3 razor project I have a helper which creates a component. I can use this helper to create as many components as I need in the same page.
I have different folders containing css files and their images.
Can I specify the css style of each component from the helper?
i.e @html.MyComponent(100, 200, "pink")
will uses the style.css in pink folder.
Ps: I am not using html5 neither css3