会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
河源开发
略懂
博客园
首页
新随笔
联系
管理
订阅
2012年2月11日
RenderPage与 Html.BeginForm()不能放在一起?
摘要: @RenderPage("~/Views/Shared/_Test.cshtml")@using (Html.BeginForm()){}调试查看源码时没有 form 标记改成@Html.Partial("~/Views/Shared/_Test.cshtml") @using (Html.BeginForm()){}就解决了。
阅读全文
posted @ 2012-02-11 17:17 jason-lee
阅读(483)
评论(0)
推荐(0)
公告