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

Actions from inherited controller class throw errors #33

Open belangervince opened 5 years ago

belangervince commented 5 years ago

When using

Url.Action<T>(c => c.ActionName())

If "ActionName()" is inherited from a base class, I get "Method XYZ in class ABC is not a valid controller action." Or am I using this wrong?

ivaylokenov commented 4 years ago

Hi, thank you for your issue. Since I am overwhelmed with my other project https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc, I did not have a lot of time to support this one. Will try to publish a new package during the weekend. Thank you for your patience!