I want to get the value that is in the @Html.TextBoxFor is to add in the input
<div class="col-md-3 form-group">
<label>Multiplicador 01:</label>
<input class="form-control input-sm" autocomplete="off" value= @Html.TextBoxFor(c => Model.VALOR01) type="number" ng-pattern="/^[0-9]+(\.[0-9]{1,2})?$/" step="0.01" id="valor1" name="valor1">