ReflectedAsyncActionDescriptor.ActionName Property

Gets the name of the action method.

Namespace:  System.Web.Mvc.Async
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

override function get ActionName () : String

Property Value

Type: System.String
The name of the action method.
Show: