AspNet.Mvc.TypedRouting icon indicating copy to clipboard operation
AspNet.Mvc.TypedRouting copied to clipboard

Actions from inherited controller class throw errors

Open belangervince opened this issue 5 years ago • 1 comments

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?

belangervince avatar Nov 27 '18 16:11 belangervince

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!

ivaylokenov avatar Sep 10 '19 13:09 ivaylokenov