Using the latest version of MVC, I want to change the style of an item. From reading this question, I thought I could use this code:
@Html.DisplayNameFor(model => model.Adresse, new { style="width:1000px;" })
But it won't change the style of any element. How can I fix this code?