Skip to content
Docs Try Aspire

withTransforms

Function
📦 Aspire.Hosting.Yarp v13.2.0
interface YarpRoute {
// ... omitted for brevity
withTransforms(transforms: Dict<string,string>[]): YarpRoute;
}

Signature

method withTransforms
Sets the transforms for the route.
withTransforms(transforms: Dict<string,string>[]): YarpRoute
transforms Dict<string,string>[]
YarpRoute

Applies to

This function is an extension method on the following types: