Bing 是微軟開發的搜尋引擎,使用者可透過 Bing API 開發程式,本文使用 Bing API 做圖片搜尋,實做於 Widget。
更多文章,請到我在點部落所建立的部落格「.NET菜鳥自救會」閱讀
http://www.dotblogs.com.tw/chou/
想要使用 Bing API,需申請 AppID,
於網址 http://www.bing.com/developers/default.aspx,使用 Live Passport 登入,並輸入相關資訊,註冊後得到一組 AppID
(2) config.xml file
file name : config.xml
<?xml version="1.0" encoding="utf-8" ?>
<widget xmlns="http://www.w3.org/ns/widgets" version="1.0">
<name>Bing Image Search</name>
<content src="widget.htm" type="text/html" />
<access network="true" />
<icon src="icon.jpg"/>
<description>This is widget by using Bing API</description>
</widget>
(3) 執行結果