8452a9cce0
Update unobtrusive Validation
11 lines
151 B
Plaintext
11 lines
151 B
Plaintext
@model float?
|
|
|
|
@{
|
|
Layout = "_FieldLayout.cshtml";
|
|
|
|
var f = Model ?? 0.0f;
|
|
}
|
|
|
|
@Html.TextBox("", f)
|
|
<span class="input-group-append">0,00</span>
|