To properly display this page you need a browser with JavaScript support.
×
BioloMICS Web Menu
Search
To properly display this page you need a browser with JavaScript support.
Search
Templates
Display
Razor in Display template
Field types in razor
H field in razor (Date)
Previous page
Next page
H field in razor (Date)
<tr>
<td>@Model.H232.Label</td>
<td>
<span>@Model.H232</span>
</td>
</tr>
The code placed in a table:
<table class="table">
<thead>
</thead>
<tbody>
<tr>
<td>@Model.H232.Label</td>
<td>
<span>@Model.H232</span>
</td>
</tr>
</tbody>
</table>
(c) BioAware, 2024