presentation & tools

This commit is contained in:
Paul Schneider 2019-06-22 19:34:39 +01:00
commit 4c496e08d1
76 changed files with 3973 additions and 254 deletions

View file

@ -8,14 +8,14 @@
<form asp-action="Edit">
<div class="form-horizontal">
<h4>HyperLink</h4>
<h4>@SR["HyperLink"]</h4>
<hr />
<dl class="dl-horizontal">
<dt>
@Html.DisplayNameFor(model => model.HRef)
</dt>
<dd>
@Html.DisplayFor(model => model.Href)
@Html.DisplayFor(model => model.HRef)
</dd>
<dt>
@Html.DisplayNameFor(model => model.Method)