Skip to content
Docs Try Aspire

withMatchRouteQueryParameter

Function
📦 Aspire.Hosting.Yarp v13.2.0
interface YarpRoute {
// ... omitted for brevity
withMatchRouteQueryParameter(queryParameters: YarpRouteQueryParameterMatch[]): YarpRoute;
}

Signature

method withMatchRouteQueryParameter
Matches requests that contain the specified query parameters.
withMatchRouteQueryParameter(queryParameters: YarpRouteQueryParameterMatch[]): YarpRoute
queryParameters YarpRouteQueryParameterMatch[]
YarpRoute

Applies to

This function is an extension method on the following types: