KestrunHost.GetOrCreateOpenApiDocument method

Gets the OpenAPI document descriptor for the specified document ID.

public OpenApiDocDescriptor GetOrCreateOpenApiDocument(string docId)
parameter description
docId The ID of the OpenAPI document.

Return Value

The OpenAPI document descriptor.

See Also