ReflectedAsyncActionDescriptor::ActionName Property

Visual Studio 2010

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.

Community Additions

ADD
Show: