Skip to content
Docs Try Aspire
Docs Try

withTransformQueryValue

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

Signature

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

Applies to

This method applies to the following types: