@if (ViewData["Ay"] == "1")
{
<tr id="Ocak">
<td><b>Ocak</b></td>
@using (Html.BeginForm("ButcePlanlama", "Para"))
{
<td>@Html.TextBoxFor(s => s.Kira, new { style = "width: 55px; height: 15px;" })</td>
<td>@Html.TextBoxFor(s => s.Gida, new { style = "width: 55px; height: 15px;" })</td>
<td><input type="submit" value="Kaydet"></input></td>
}
<td>@Html.ActionLink("İstatistik", "İstatistik")</td>
}
我因使用而出错if { }
为什么我会出现此错误?