Skip to content
Docs Try Aspire

IYarpConfigurationBuilder.addRoute

Method
📦 Aspire.Hosting.Yarp v13.2.0-preview.1.26159.1
interface IYarpConfigurationBuilder {
// ... omitted for brevity
addRoute(
path: string,
cluster: YarpCluster): YarpRoute;
}

Signature

method addRoute
Invokes the AddRoute method
addRoute(
path: string,
cluster: YarpCluster): YarpRoute
path string
cluster YarpCluster
YarpRoute

Defined on

This method is defined on the following type: