2012-03-07 64 views
2

有誰知道是否有任何方式公開新的ASP.NET WEB Api REST接口元數據與WCF(/幫助)一樣?ASP.NET Web Api元數據交換?

<standardEndpoints> 
     <webHttpEndpoint> 
     <standardEndpoint name="" helpEnabled="true" 
          automaticFormatSelectionEnabled="true" /> 
     </webHttpEndpoint> 
</standardEndpoints> 

回答

2

幫助頁面生成在的ASP.NET Web API的首次下降(在ASP.NET MVC 4測試版)的支持,但計劃在以後的版本中得到支持。測試客戶端網站的生成也計劃得到支持。

+0

你有這方面的來源嗎?我想知道更多。 – Junto 2012-06-26 11:09:46

+0

來源= [http://wcf.codeplex.com/wikipage?title=WCF%20Web%20API%20is%20now%20ASP.NET%20Web%20API](http://wcf.codeplex.com/wikipage?title = WCF%20Web%20API%20is%20now%20ASP.NET%20Web%20API) 向下滾動到「ASP.NET Web API是否支持測試客戶端和幫助頁面生成?」。 您還應該檢查它是否已經在RC版本中實現。 – 2012-07-11 06:56:28

+0

從測試版到RC:「現在,您可以使用新的IApiExplorer服務獲取Web API的完整運行時描述,輕鬆地爲您的Web API構建自定義幫助和測試頁。」來源= [http://www.asp.net/whitepapers/mvc4-release-notes#_Toc303253817](http://www.asp.net/whitepapers/mvc4-release-notes#_Toc303253817) – 2012-07-11 12:05:09