HttpActionDescriptor.ActionName Property

 

Gets the name of the action.

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

Syntax

public abstract string ActionName { get; }
public:
property String^ ActionName {
    virtual String^ get() abstract;
}
abstract ActionName : string with get
Public MustOverride ReadOnly Property ActionName As String

Property Value

Type: System.String

The name of the action.

See Also

HttpActionDescriptor Class
System.Web.Http.Controllers Namespace

Return to top