Rfc6570PathTemplateMapper class

Maps OpenAPI 3.2 RFC6570 path templates to Kestrel-compatible route patterns.

public static class Rfc6570PathTemplateMapper

Public Members

name description
static TryMapToKestrelRoute(…) Attempts to map an RFC6570 path template to a Kestrel route pattern.

See Also