2015年3月17日

对客户端提交内容不校验

摘要: [ValidateInput(false)] public ActionResult Comment() { string msg=Request.Form["txtComment"]; ViewData["msg"]=msg;... 阅读全文

posted @ 2015-03-17 22:58 木屐 阅读(96) 评论(0) 推荐(0) 编辑

C# ASP.NET MVC HtmlHelper用法大全

摘要: HTML扩展类的所有方法都有2个参数:以textbox为例子public static string TextBox( this HtmlHelper htmlHelper, string name, Object value, IDictionary htmlAttributes )public ... 阅读全文

posted @ 2015-03-17 21:48 木屐 阅读(153) 评论(0) 推荐(0) 编辑

导航