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>
<% },