withTransformQueryRouteValue
Method
interface YarpRoute { // ... omitted for brevity withTransformQueryRouteValue( queryKey: string, routeValueKey: string, append?: boolean): YarpRoute;}Signature
method
withTransformQueryRouteValueAdds the transform that will append or set the query parameter from a route value.
withTransformQueryRouteValue( queryKey: string, routeValueKey: string, append?: boolean): YarpRouteParameters
queryKeystringrouteValueKeystringappendbooleanoptional= TrueReturns
YarpRouteApplies to
This method applies to the following types: