Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTTPGet API メソッドでは、デフォルトでオブジェクトを XML 形式で返すようです。JSON形式で返すにはどうすればよいですか?
ASP.NET Web API にはコンテンツ ネゴシエーションが組み込まれています。必要なのは、HTTP 要求のAcceptヘッダー フィールドでjson、xml.
json
xml
この記事では、コンテンツ ネゴシエーションについて詳しく学ぶことができます。