ServiceApiExplorer 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 System.Web.Http.Description.ApiExplorer 實作可確保 ApiController 實例已正確向說明頁面產生器註冊。
public class ServiceApiExplorer : System.Web.Http.Description.ApiExplorer
type ServiceApiExplorer = class
inherit ApiExplorer
Public Class ServiceApiExplorer
Inherits ApiExplorer
- 繼承
-
System.Web.Http.Description.ApiExplorerServiceApiExplorer
建構函式
ServiceApiExplorer(HttpConfiguration) |
的 System.Web.Http.Description.ApiExplorer 實作可確保 ApiController 實例已正確向說明頁面產生器註冊。 |
方法
ShouldExploreController(String, HttpControllerDescriptor, IHttpRoute) |
的 System.Web.Http.Description.ApiExplorer 實作可確保 ApiController 實例已正確向說明頁面產生器註冊。 |