Skip to content
DocsTry Aspire
DocsTry

YarpRoute.withTransformQueryRouteValue

Method
📦 Aspire.Hosting.Yarp v13.4.0
interface YarpRoute {
// ... omitted for brevity
withTransformQueryRouteValue(
queryKey: string,
routeValueKey: string,
append?: boolean): YarpRoute;
}

Signature

methodwithTransformQueryRouteValue
Adds the transform that will append or set the query parameter from a route value.
withTransformQueryRouteValue(
queryKey: string,
routeValueKey: string,
append?: boolean): YarpRoute
queryKeystring
routeValueKeystring
appendbooleanoptional= True
YarpRoute

Defined on

This method is defined on the following type: