withTransformQueryRouteValue
Function
interface YarpRoute { // ... omitted for brevity withTransformQueryRouteValue( queryKey: string, routeValueKey: string, append?: boolean): YarpRoute;}Signature
method
withTransformQueryRouteValue Adds the transform that will append or set the query parameter from a route value.
withTransformQueryRouteValue( queryKey: string, routeValueKey: string, append?: boolean): YarpRouteParameters
queryKey string routeValueKey string append boolean optional = True Returns
YarpRoute Applies to
This function is an extension method on the following types: