Skip to content
Docs Try Aspire

YarpRoute.withMatch

Method
📦 Aspire.Hosting.Yarp v13.2.0
interface YarpRoute {
// ... omitted for brevity
withMatch(match: YarpRouteMatch): YarpRoute;
}

Signature

method withMatch
Sets the route match criteria.
withMatch(match: YarpRouteMatch): YarpRoute
match YarpRouteMatch
YarpRoute

Defined on

This method is defined on the following type: