Compartilhar via


ServiceApiExplorer Classe

Definição

Uma implementação da System.Web.Http.Description.ApiExplorer qual garante que as ApiController instâncias sejam registradas corretamente com o gerador de página de ajuda.

public class ServiceApiExplorer : System.Web.Http.Description.ApiExplorer
type ServiceApiExplorer = class
    inherit ApiExplorer
Public Class ServiceApiExplorer
Inherits ApiExplorer
Herança
System.Web.Http.Description.ApiExplorer
ServiceApiExplorer

Construtores

ServiceApiExplorer(HttpConfiguration)

Uma implementação da System.Web.Http.Description.ApiExplorer qual garante que as ApiController instâncias sejam registradas corretamente com o gerador de página de ajuda.

Métodos

ShouldExploreController(String, HttpControllerDescriptor, IHttpRoute)

Uma implementação da System.Web.Http.Description.ApiExplorer qual garante que as ApiController instâncias sejam registradas corretamente com o gerador de página de ajuda.

Aplica-se a