@Html.LabelFor(m => m.UserName, new { @class = "col-md-2 control-label" })
LabelFor使用了模型类中相应的DisplayName属性
@Html.ValidationSummary(true, "", new { @class = "text-danger" })
验证消息的显示有两种,一种是ValidationSummary,它可以显示一份验证消息的汇总,包括从后台Action里返回的消息。
http://www.cnblogs.com/tangge/p/6230757.html#t0