@Value not working

sofly

New Member
I am using the mvc Editor features but it seems that the @something doesn't work. I don't know why.\[code\]@Html.EditorFor(model => model.Password, new { @Value = "http://stackoverflow.com/questions/12742110/xxx" })\[/code\]This take the model value and not the "xxx".Thanks a lot for your help !
 
Back
Top