我有一个伙伴关系。 互联网应用,我的看法模式有双重的外地动力,但如果用户不进入领先的零,实地的验证就会中断。 审定将称为“请进入”编号。 我如何允许用户进入“11”而不是要求“0.11”? 我的看法和示范守则:
<div class="editor-field">
@Html.EditorFor(model => model.PowerPrice)
@Html.ValidationMessageFor(model => model.PowerPrice)
</div>
public double PowerPrice
{
get;
set;
}