Skip to content
Docs Try Aspire
Docs Try

withMatchRouteQueryParameter

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

Signature

method withMatchRouteQueryParameter
Only match requests that contain all of these query parameters.
withMatchRouteQueryParameter(queryParameters: YarpRouteQueryParameterMatch[]): YarpRoute
queryParameters YarpRouteQueryParameterMatch[]
YarpRoute

Applies to

This method applies to the following types: