IRouteBuilder.Routes Property

Definition

Gets the routes configured in the builder.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Routing::IRouter ^> ^ Routes { System::Collections::Generic::IList<Microsoft::AspNetCore::Routing::IRouter ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Routing.IRouter> Routes { get; }
member this.Routes : System.Collections.Generic.IList<Microsoft.AspNetCore.Routing.IRouter>
Public ReadOnly Property Routes As IList(Of IRouter)

Property Value

Applies to