I'm working on modifying the CSS of a Select Tag. The Select tag is generated using @Html.DropDownListFor Helper. To change the CSS of the arrow of the select element i need to have a label before or a div incapsulating the select to play with the :before :after. I don't want my developpers to write this on every dropdown.
How can i modify the html response of the helper before sending it the view to add a label for example.
Thanks