摘要: Media Type = MIME Type指明了entity body中的格式text/htmlimage/pngapplication/json//responseHTTP/1.1 200 OKContent-Length: 95267Content-Type: image/png//reque... 阅读全文
posted @ 2015-08-08 00:31 fannet 阅读(117) 评论(0) 推荐(0)
摘要: 简单类型参数: url读取(string,bool,int...)复杂类型参数:从message body用media-type formatter读取url读取route data(路由解析uri的时候得到)和URI query string强制复杂类型从uri获取public class Geo... 阅读全文
posted @ 2015-08-08 00:20 fannet 阅读(328) 评论(0) 推荐(0)