Changeset 8f8226c for PostgreSqlDotnetCore/Views/Pets/Create.cshtml
- Timestamp:
- 08/20/24 15:04:19 (3 months ago)
- Branches:
- main
- Children:
- 6782104
- Parents:
- ae6c071
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Views/Pets/Create.cshtml
rae6c071 r8f8226c 16 16 <hr /> 17 17 @Html.ValidationSummary(true, "", new { @class = "text-danger" }) 18 19 <div class="form-group"> 20 @Html.LabelFor(model => model.name, htmlAttributes: new { @class = "control-label col-md-2" }) 21 <div class="col-md-10"> 22 @Html.EditorFor(model => model.name, new { htmlAttributes = new { @class = "form-control" } }) 23 @Html.ValidationMessageFor(model => model.name, "", new { @class = "text-danger" }) 24 </div> 25 </div> 18 26 19 27 <div class="form-group">
Note:
See TracChangeset
for help on using the changeset viewer.