What is the advantage of setting an alias for an action method using the "ActionName" attribute? I really do not see much benefit in this, giving the user the opportunity to call an action method with some other name. After specifying an alias, a user can only call an action method using an alias. But if this is required, why does the user not change the name of the action method, and then specify an alias for it?
I would really appreciate it if someone could provide me with an example of using "ActionName" in a scenario where it can be very useful or better used.
asp.net-mvc asp.net-mvc-3
Hasan Fahim Jun 30 2018-11-11T00: 00Z
source share