Skip to content
DocsTry Aspire
DocsTry

withTransformQueryValue

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

Signature

methodwithTransformQueryValue
Adds the transform that will append or set the query parameter from the given value.
withTransformQueryValue(
queryKey: string,
value: string,
append?: boolean): YarpRoute
queryKeystring
valuestring
appendbooleanoptional= True
YarpRoute

Applies to

This method applies to the following types: