Rfc6570PathMapping record
Represents the result of mapping an RFC6570 path template to a Kestrel route pattern.
public record Rfc6570PathMapping
Public Members
| name | description |
|---|---|
| Rfc6570PathMapping(…) | Represents the result of mapping an RFC6570 path template to a Kestrel route pattern. |
| KestrelPattern { get; set; } | The Kestrel route pattern with multi-segment parameters expanded. |
| OpenApiPattern { get; set; } | The OpenAPI path pattern (query expressions removed). |
| QueryParameters { get; set; } | Query parameter names extracted from RFC6570 query expressions. |
See Also
- namespace Kestrun.OpenApi
- Rfc6570PathMapping.cs