when using HtmlHelpers in Razor code, like this:
new { data-something_something = "value" }
The underscores are converted "magically" to hyphens. But what if I need my attributes to contain underscores AND hyphens? How can I escape or otherwise preserve the underscore?