ivaylokenov / AspNet.Mvc.TypedRouting

A collection of extension methods providing strongly typed routing and link generation for ASP.NET Core MVC projects.
https://mytestedasp.net/
MIT License
485 stars 36 forks source link

Provide a public method to clear the internal MethodInfo cache #5

Closed ivaylokenov closed 8 years ago

ivaylokenov commented 8 years ago

This way, if the developer makes runtime changes to the ControllerActionDescriptor or the IActionDescriptorsCollectionProvider, he can easily change the link generation.