Skip to content
Docs Try Aspire

withTransformQueryRemoveKey

Function
📦 Aspire.Hosting.Yarp v13.2.0-preview.1.26159.1
interface YarpRoute {
// ... omitted for brevity
withTransformQueryRemoveKey(queryKey: string): YarpRoute;
}

Signature

method withTransformQueryRemoveKey
Adds the transform that will remove the given query key.
withTransformQueryRemoveKey(queryKey: string): YarpRoute
queryKey string
YarpRoute

Applies to

This function is an extension method on the following types: