Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ServiceStack アプリケーションの現在定義されているルートのリストを取得することはできますか? 個別に管理するのは避けたいのですが、文書化のためにリストを保持しておくとよいでしょう (ルート属性の解析などは行わないでください)。
Routes プロパティを見てみましょう。
var restPaths = ((ServiceRoutes)AppHost.Instance.Routes).RestPaths;