ReflectedHttpActionDescriptor.MethodInfo Property

 

Gets or sets the action-method information.

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

Syntax

public MethodInfo MethodInfo { get; set; }
public:
property MethodInfo^ MethodInfo {
    MethodInfo^ get();
    void set(MethodInfo^ value);
}
member MethodInfo : MethodInfo with get, set
Public Property MethodInfo As MethodInfo

Property Value

Type: System.Reflection.MethodInfo

The action-method information.

See Also

ReflectedHttpActionDescriptor Class
System.Web.Http.Controllers Namespace

Return to top