Question: I need to create a dropdownlist like this:
Use an underscore instead
@data_placeholder = "whatever"
Since Mvc3 "_" is replaced with "-" when rendered. This applies to Mvc5 too.
This works fine as underscores are not acceptable in attribute names in html.