OpenAPICommonMetadata constructor (1 of 2)

Initializes a new instance of the OpenAPICommonMetadata class.

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

See Also


OpenAPICommonMetadata constructor (2 of 2)

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

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

See Also