ASP.NET WebApi 基本應用筆記

重點記錄:

1.WebApi內的方法名稱不是重點,重點是Http的行為及參數名稱
image
2.使用Nuget套件:Microsoft.AspNet.WebApi.Client,使用HttpClient幫你包好Request、Response、序列化的方法

範例下載

https://github.com/kimx/WebApiLab/

這個網誌中的熱門文章

IIS 設定只允許特定IP進入