What\'s the benefit of setting an alias for an action method using the \"ActionName\" attribute? I really don\'t see much benefit of it, in providing the user the option to
This class represents an attribute that is used for the name of an action. It also allows developers to use a different action name than the method name.