我正在努力在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>
<% },