会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lx_
CnBlogs
Home
New Post
Contact
Admin
Subscription
10 2015 档案
mvc3.0中[ValidateInput(false)]失效的问题
摘要:在asp.net mvc3.0中[ValidateInput(false)]特性失效了,只需要在网站根目录中的web.config中做如下配置即可:
阅读全文
posted @
2015-10-20 10:58
lx_
阅读(642)
评论(0)
推荐(0)
HTML5下通过response header解决跨域AJAX cookie的问题
摘要:ajax:通过给Response Header添加Access-Control-Allow-Origin:* 来解决跨域请求,*代表允许所有的跨域请求,或者把*换成指定的域名cookie:服务端需要在Response Header中加入头Access-Control-Allow-Credential...
阅读全文
posted @
2015-10-12 14:48
lx_
阅读(810)
评论(0)
推荐(0)
公告