Reputation: 576
In ASP.NET Core MVC, we can use IActionDescriptorCollectionProvider
to get a list of all action methods and razor pages along with their routing path.
How can I get all the SignalR hubs along with their routing path, finally having a dictionary like Dictionary<HubType, HubPath>
Upvotes: 4
Views: 297