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
E field in razor (Text)
Previous page
Next page
E field in razor (Text)
<tr>
<td>@Model.E222.Label</td>
<td>
<span>@Model.E222</span>
</td>
</tr>
The code placed in a table:
<table class="table">
<thead>
</thead>
<tbody>
<tr>
<td>@Model.E222.Label</td>
<td>
<span>@Model.E222</span>
</td>
</tr>
</tbody>
</table>
(c) BioAware, 2024