摘要:
Cookie的几个参数:Domain、Path、Expires、Max-Age如果Expires与Max-Age都存在,Max-Age优先级高,如果都没有设置cookie会在会话结束后删除cookie##WebAPI中使用Cookie //写cookie public HttpResponse... 阅读全文
posted @ 2015-05-06 14:35
senki
阅读(3895)
评论(0)
推荐(0)
摘要:
**原文:**[Batching Handler for ASP.NET Web API](http://bradwilson.typepad.com/blog/2012/06/batching-handler-for-web-api.html)1. 自定义实现`HttpMessageHandler... 阅读全文
posted @ 2015-05-06 11:54
senki
阅读(559)
评论(0)
推荐(0)
摘要:
##HTML Forms概述 默认的method是GET,如果使用GET,表单数据被编码到URI中作为查询字符串;如果使用POST,表单数据放在Request body中,`enctype`属性指定编码类型: 编码方式(enctype)描述application/x-www-form-urlenco... 阅读全文
posted @ 2015-05-06 10:54
senki
阅读(424)
评论(0)
推荐(0)
浙公网安备 33010602011771号