HttpParameterBinding.SetValue Method (HttpActionContext, Object)

 

Sets the result of this parameter binding in the argument dictionary of the action context.

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

Syntax

protected void SetValue(
    HttpActionContext actionContext,
    object value
)
protected:
void SetValue(
    HttpActionContext^ actionContext,
    Object^ value
)
member SetValue : 
        actionContext:HttpActionContext *
        value:Object -> unit
Protected Sub SetValue (
    actionContext As HttpActionContext,
    value As Object
)

Parameters

See Also

HttpParameterBinding Class
System.Web.Http.Controllers Namespace

Return to top