You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
belangervince
changed the title
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."
Actions from inherited controller class throw errors
Nov 27, 2018
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!
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?
The text was updated successfully, but these errors were encountered: