OpenAPIPathMetadata constructor (1 of 2)

Initializes a new instance of the OpenAPIPathMetadata class.

public OpenAPIPathMetadata(MapRouteOptions mapOptions)
parameter description
mapOptions The route mapping options.

See Also


OpenAPIPathMetadata constructor (2 of 2)

Initializes a new instance of the OpenAPIPathMetadata class with the specified pattern.

public OpenAPIPathMetadata(string pattern, MapRouteOptions mapOptions)
parameter description
pattern The route pattern.
mapOptions The route mapping options.

See Also