This type contains the following members.

public class OpenApiOptions
Inheritance:
ObjectOpenApiOptions

Constructors

OpenApiOptions() Default parameterless constructor.

Properties

RootPath Gets or sets the OpenAPI path from the website root. Defaults to /api/. Getting the root path is guaranteed to be in the format "/{path/}", i.e. always starts with a slash, followed by the (optional) path, and is guaranteed to end with a slash.
SpecificationPath Gets or sets the OpenAPI v3 specification path, relative to the API root path. Defaults to openapi.json.