序列化和模型綁定

ASP.NET Web API 2 中的媒體格式化程序html

1,Internet 媒體類型
例如:
text/html
圖像/png
application/jsonjson

若要建立媒體格式化程序,派生自這些類之一:
MediaTypeFormatter. 此類使用的異步讀取和寫入方法。
BufferedMediaTypeFormatter. 此類派生自MediaTypeFormatter但使用 sychronous 讀/寫方法。app

JSON 和 ASP.NET Web API 中的 XML 序列化異步

在 Web API 2.1 BSON 支持
Web API 中的內容協商
Web API 中的模型驗證
Web API 中的綁定的參數orm

相關文章
相關標籤/搜索