ODataActionParameters Class

 

ActionPayload holds the Parameter names and values provided by a client in a POST request to invoke a particular Action. The Parameter values are stored in the dictionary keyed using the Parameter name.

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

System::Object
  System.Collections.Generic::Dictionary<TKey, TValue>
    System.Web.Http.OData::ODataActionParameters

public ref class ODataActionParameters : Dictionary<String^, Object^>

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: