Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpActionDescriptor::ActionName Property

 

Gets the name of the action.

Namespace:   System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

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

Property Value

Type: System::String^

The name of the action.

Return to top
Show: