我正在努力在 razor vb 中编写内联模板。
这是一个示例表单 c# 版本。有人可以翻译成 RAZOR vb 吗?
<%Html.GridView<Employee>(
this.ViewData.Model,
data => { %>
<table class="grid" cellpadding="0" cellspacing="0">
<tr>
<th> </th>
<th> </td>
<th> </td>
<th>Name</th>
<th>E-mail</th>
</tr>
<% },