摘要: 1. 扩展System.Web.Mvc XmlRequestBehaviornamespace System.Web.Mvc{ public enum XmlRequestBehavior { // Summary: // HTTP GET requests from the client are allowed. AllowGet = 0, // // Summary: // HTTP GET requests from the client are not allowed. ... 阅读全文
posted @ 2013-07-25 15:34 做个有思想的程序员 阅读(569) 评论(0) 推荐(0)