HttpControllerConfigurationAttribute.HttpActionInvoker Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets {insert text here}.

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

Syntax

'Declaration
Public Property HttpActionInvoker As Type
public Type HttpActionInvoker { get; set; }
public:
property Type^ HttpActionInvoker {
    Type^ get ();
    void set (Type^ value);
}
member HttpActionInvoker : Type with get, set
function get HttpActionInvoker () : Type
function set HttpActionInvoker (value : Type)

Property Value

Type: System.Type

See Also

Reference

HttpControllerConfigurationAttribute Class

System.Web.Http.Controllers Namespace