Skip to content
Docs Try Aspire

withOrder

Function
📦 Aspire.Hosting.Yarp v13.2.0
interface YarpRoute {
// ... omitted for brevity
withOrder(order: number): YarpRoute;
}

Signature

method withOrder
Sets the route order.
withOrder(order: number): YarpRoute
order number
YarpRoute

Applies to

This function is an extension method on the following types: