IRouteBuilder.Routes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)