Skip to content
Docs Try Aspire
Docs Try

YarpRoute.withTransformPathRouteValues

Method
📦 Aspire.Hosting.Yarp v13.4.0
interface YarpRoute {
// ... omitted for brevity
withTransformPathRouteValues(pattern: string): YarpRoute;
}

Signature

method withTransformPathRouteValues
Adds the transform which will set the request path with route values.
withTransformPathRouteValues(pattern: string): YarpRoute
pattern string
YarpRoute

Defined on

This method is defined on the following type: