Rfc6570PathMapping constructor

Represents the result of mapping an RFC6570 path template to a Kestrel route pattern.

public Rfc6570PathMapping(string OpenApiPattern, string KestrelPattern, 
    IReadOnlyList<string> QueryParameters)
parameter description
OpenApiPattern The OpenAPI path pattern (query expressions removed).
KestrelPattern The Kestrel route pattern with multi-segment parameters expanded.
QueryParameters Query parameter names extracted from RFC6570 query expressions.

See Also