HTML5技术

【ASP.NET MVC】View与Controller之间传递数据 - Alan_beijing(4)

字号+ 作者:H5之家 来源:H5之家 2017-09-10 08:02 我要评论( )

1 @{ 2 Layout = null; 3 } Index ).jqGrid({ , , , , ], 31 colModel: [{ , , , , , 37 editoptions: { , } 41 }, { , , , , , 47 editoptions: { , } 51 }, { , , , , , 57 editoptions: { , } 61 }, 62 { , , ,

1 @{ 2 Layout = null; 3 } Index).jqGrid({ , , , , ], 31 colModel: [{ , , , , , 37 editoptions: { , } 41 }, { , , , , , 47 editoptions: { , } 51 }, { , , , , , 57 editoptions: { , } 61 }, 62 { , , , , , 68 editoptions: { , } 72 }, { , , , , , 78 editoptions: { , } 82 }, { , , , , , 88 editoptions: { , } 92 }, { , , , , , 98 editoptions: { , } 102 }, { , , , , , 108 editoptions: { , } 112 }, { , , , , , 118 editoptions: { , } 122 }, { , , , , , 128 editoptions: { , } 132 }, ], , , ], , , , , , }); });

控制器:

1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Web.Helpers; 6 using System.Web.Mvc; 7 using System.Web.Script.Serialization; MVCCrud.Areas.JqGridDemo.Controllers 10 { JsonDemoController : Controller 12 { ActionResult Index() 16 { 17 var jsondata = new[] 18 { 19 new{ , , , , , , , , , , 30 } 31 }; 32 return Json(jsondata,JsonRequestBehavior.AllowGet); 33 } 34 } 35 }

result:

关于第三方插件,类型比较多,如Bootstrap-table等,希望广大读者朋友去研究。JqGrid,其功能很强大,在本篇文章中,仅仅是提及,下篇文章将重点分析JqGrid,与广大读者朋友分享。

2.6 ViewBag=》ViewData

2.7 ViewData=》ViewBag

2.8 ViewModel

 留给读者朋友们去研究。。。。。。

2.9 Ajax+第三方插件(JqGrid,BootStrap-table)

留给读者朋友们去研究。。。。。。

3  View向Controller传递数据

3.1  QueryString

controller:

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
  • ASP.NET Core MVC – Tag Helper 组件 - Sweet-Tang

    ASP.NET Core MVC – Tag Helper 组件 - Sweet-Tang

    2017-09-01 17:02

  • ASP.NET Core 使用Cookie验证身份 - Sweet-Tang

    ASP.NET Core 使用Cookie验证身份 - Sweet-Tang

    2017-08-24 17:00

  • 权限管理学习 一、ASP.NET Forms身份认证 - 农码一生

    权限管理学习 一、ASP.NET Forms身份认证 - 农码一生

    2017-08-01 11:02

  • ASP.NET MVC5 怒跨 Linux 平台 - Mr.Tua

    ASP.NET MVC5 怒跨 Linux 平台 - Mr.Tua

    2017-07-26 14:01

网友点评
.