ServiceApiExplorer Class

Definition

An implementation of System.Web.Http.Description.ApiExplorer which ensures that the ApiController instances are registered correctly with the help page generator.

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

Constructors

ServiceApiExplorer(HttpConfiguration)

Methods

ShouldExploreController(String, HttpControllerDescriptor, IHttpRoute)

Applies to