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.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)


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: