摘要: @model MVCFirst.Models.Person@{ Layout = null;} Add @using (Html.BeginForm("Add", "Person", FormMeth... 阅读全文
posted @ 2018-04-23 22:16 dxm809 阅读(118) 评论(0) 推荐(0) 编辑
摘要: @{ Layout = null;} Index //只能用此版本 + //第... 阅读全文
posted @ 2018-04-23 21:54 dxm809 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1.添加引用RouteDebug.dll2 修改Global.asax,切记调试过后要删掉using System;using System.Collections.Generic;using System.Linq;using System.Web;using Sy... 阅读全文
posted @ 2018-04-23 15:12 dxm809 阅读(76) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Web.Routing;namespa... 阅读全文
posted @ 2018-04-23 14:59 dxm809 阅读(160) 评论(0) 推荐(0) 编辑
摘要: //HelloController.csusing FirstMVC.Models;using System;using System.Collections.Generic;using System.Linq;using System.Web;using Syste... 阅读全文
posted @ 2018-04-23 14:57 dxm809 阅读(122) 评论(0) 推荐(0) 编辑
摘要: •ViewResult:使用View()可以指定一个页面,也可以指定传递的模型对象,如果没有指定参数则表示返回与Action同名的页面•ContentResult:使用Content(string content)返回一个原始字符串•RedirectResult:使用... 阅读全文
posted @ 2018-04-23 09:19 dxm809 阅读(91) 评论(0) 推荐(0) 编辑