MVC POST传值为空

在线急等谢谢!前台<formmethod="post"action="/Home/explain"id="menu-search"class="fr"/><inputty... 在线急等 谢谢!
前台
<form method="post" action="/Home/explain" id="menu-search" class="fr" />
<input type="text" name="s" id="explain" />
</form>
后台代码
[HttpPost]
public ActionResult explain(FormCollection bc)
{
Models.MVCbdDataContext mydb = new Models.MVCbdDataContext();
IQueryable<Models.GOODS> lst = mydb.GOODS.Where(p => p.Gname == bc["explain"]);
return View(lst);
}
<input type="text" name="s" id="explain" />传来的值都是空值 为什么会这样 求解 谢谢
展开
 我来答
tgghfbf
2013-07-23 · TA获得超过381个赞
知道小有建树答主
回答量:272
采纳率:50%
帮助的人:205万
展开全部
您要用name作为获取的标签啊! name="s"
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式