jQMvc是基于jQueryMobile的一组扩展,用来构建基于ASP.NETMVC的HTML5移动应用。
示例代码:
@usingjQM@{ ViewBag.Title="Buttons";}@Html.ActionButton("Hi.Iamasimplebutton.","Index","Home")@Html.ActionButton("Hey!Look,Iamasettingskind'abutton.","Index","Home",ButtonIcon.gear)@Html.ActionButton("Unlikeothers,Ihaveroutevalues.","Router","Home",new{id="value"})
上述代码执行结果:
评论