I used [prompt("name")]
in Controller and
@Html.EditorFor(model => model.Email,
new {placeholder=ViewData.ModelMetadata.Watermark})`
in view but nothing showed I also used help of Html5 Placeholders with .NET MVC 3 Razor EditorFor extension? but nothing happened I need Placeholder for @EditorFor not for Textbox Any Help Appreciated