Skip to content
Docs Try Aspire

addCatchAllRoute

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

Applies to

This function is an extension method on the following types: