ServicesExtensions.GetApiExplorer Method (ServicesContainer)
Gets the IApiExplorer service.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public static IApiExplorer GetApiExplorer(
this ServicesContainer services
)
public:
[ExtensionAttribute]
static IApiExplorer^ GetApiExplorer(
ServicesContainer^ services
)
static member GetApiExplorer :
services:ServicesContainer -> IApiExplorer
<ExtensionAttribute>
Public Shared Function GetApiExplorer (
services As ServicesContainer
) As IApiExplorer
Parameters
services
Type: System.Web.Http.Controllers.ServicesContainerThe services container.
Return Value
Type: System.Web.Http.Description.IApiExplorer
Returns an IApiExplorer instance.
See Also
ServicesExtensions Class
System.Web.Http Namespace
Return to top