Skip to content
Docs Try Aspire

YarpRoute.withTransforms

Method
📦 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

Defined on

This method is defined on the following type: