XmlDocumentationProvider 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
自訂 System.Web.Http.Description.IDocumentationProvider ,可從位於應用程式區域的 XML 檔檔讀取 API 檔。
public class XmlDocumentationProvider : System.Web.Http.Description.IDocumentationProvider
type XmlDocumentationProvider = class
interface IDocumentationProvider
Public Class XmlDocumentationProvider
Implements IDocumentationProvider
- 繼承
-
XmlDocumentationProvider
- 實作
-
System.Web.Http.Description.IDocumentationProvider
建構函式
XmlDocumentationProvider(ApiServices) |
初始化 XmlDocumentationProvider 類別的新執行個體。 |
方法
EnumerateDocFiles(String) |
自訂 System.Web.Http.Description.IDocumentationProvider ,可從位於應用程式區域的 XML 檔檔讀取 API 檔。 |
GetDocumentation(HttpActionDescriptor) |
根據 System.Web.Http.Controllers.HttpActionDescriptor 取得控制器動作檔。 |
GetDocumentation(HttpControllerDescriptor) |
根據 System.Web.Http.Controllers.HttpControllerDescriptor 取得控制器檔。 |
GetDocumentation(HttpParameterDescriptor) |
根據 System.Web.Http.Controllers.HttpParameterDescriptor 取得動作參數檔。 |
GetDocumentNavigators(ApiServices) |
取得應用程式的 bin 目錄,並列舉 XML 檔檔。 |
GetMethodNodeDocumentation(MethodInfo, String) |
自訂 System.Web.Http.Description.IDocumentationProvider ,可從位於應用程式區域的 XML 檔檔讀取 API 檔。 |
GetResponseDocumentation(HttpActionDescriptor) |
根據 System.Web.Http.Controllers.HttpActionDescriptor 取得動作回應檔。 |
GetTagValue(XPathNavigator, String) |
自訂 System.Web.Http.Description.IDocumentationProvider ,可從位於應用程式區域的 XML 檔檔讀取 API 檔。 |
GetTypeNodeDocumentation(Type, String) |
自訂 System.Web.Http.Description.IDocumentationProvider ,可從位於應用程式區域的 XML 檔檔讀取 API 檔。 |
SelectNode(String) |
自訂 System.Web.Http.Description.IDocumentationProvider ,可從位於應用程式區域的 XML 檔檔讀取 API 檔。 |