为什么在下面的行中看到CS1026错误:)?
<%=Html.BeginForm("AddAdvertisement", "Advertisement"){%> //here hello <%} %>
docs ):
<% using(Html.BeginForm("AddAdvertisement", "Advertisement")) { %> //here hello <% } %>