Purpose of ActionName

后端 未结 6 1601
渐次进展
渐次进展 2020-11-27 03:37

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

6条回答
  •  死守一世寂寞
    2020-11-27 03:44

    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.

提交回复
热议问题