Skip to content
Docs Try Aspire

withMatch

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

Applies to

This function is an extension method on the following types: