I'm trying to apply a Style to the Editor for an element, but I can't make it work; what am I doing wrong?
@Html.EditorFor(model => model.ClienteNuevo)
@Html.ValidationMessageFor(model => model.ClienteNuevo,"" ,new Dictionary<string, string> { { "style", "width:500px" } })