摘要:
@model MVCFirst.Models.Person@{ Layout = null;} Add @using (Html.BeginForm("Add", "Person", FormMeth... 阅读全文
摘要:
@{ Layout = null;} Index //只能用此版本 + //第... 阅读全文
摘要:
1.添加引用RouteDebug.dll2 修改Global.asax,切记调试过后要删掉using System;using System.Collections.Generic;using System.Linq;using System.Web;using Sy... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Web.Routing;namespa... 阅读全文
摘要:
//HelloController.csusing FirstMVC.Models;using System;using System.Collections.Generic;using System.Linq;using System.Web;using Syste... 阅读全文
摘要:
•ViewResult:使用View()可以指定一个页面,也可以指定传递的模型对象,如果没有指定参数则表示返回与Action同名的页面•ContentResult:使用Content(string content)返回一个原始字符串•RedirectResult:使用... 阅读全文