Skip to content
Docs Try Aspire

IYarpConfigurationBuilder.addCatchAllRoute

Method
📦 Aspire.Hosting.Yarp v13.2.0
interface IYarpConfigurationBuilder {
// ... omitted for brevity
addCatchAllRoute(cluster: YarpCluster): YarpRoute;
}

Signature

method addCatchAllRoute
Adds a YARP catch-all route for an existing cluster.
addCatchAllRoute(cluster: YarpCluster): YarpRoute
cluster YarpCluster
YarpRoute

Defined on

This method is defined on the following type: