Skip to content
Docs Try Aspire

YarpRoute.withTransformPathSet

Method
📦 Aspire.Hosting.Yarp v13.2.0
interface YarpRoute {
// ... omitted for brevity
withTransformPathSet(path: string): YarpRoute;
}

Signature

method withTransformPathSet
Adds the transform which sets the request path with the given value.
withTransformPathSet(path: string): YarpRoute
path string
YarpRoute

Defined on

This method is defined on the following type: