Skip to content
Docs Try Aspire

withTransform

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

Signature

method withTransform
Adds a transform to the route.
withTransform(transform: Dict<string,string>): YarpRoute
transform Dict<string,string>
YarpRoute

Applies to

This function is an extension method on the following types: