TaskAsyncActionDescriptor::ActionName Property

Gets the name of the action method.

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

public:
virtual property String^ ActionName {
	String^ get () override;
}

Property Value

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