强烈键入BeginForm Lambda问题

时间:2015-12-18 16:51:56

标签: c# asp.net-mvc linq lambda html-helper

我有以下代码,我收到了一个智能感知错误:“无法将lambda表达式转换为'System.Linq.Expressions.Expression>'因为它不是委托类型“。

这在过去有效,但有些事情发生了变化,我现在正在解决这些问题。

@using (Html.BeginForm<EmployersController>(c => c.CompanyDetails(null, null), FormMethod.Post, new { @class = "bcms-ajax-form" }))
{     
}

0 个答案:

没有答案