Click or drag to resize
EditorAction Method (IEnumerableKeyValuePairString, String)
Get the form action. For use with WebAPI's 'FormDataCollection' collection

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public static DtRequestRequestTypes Action(
	IEnumerable<KeyValuePair<string, string>> data = null
)

Parameters

data (Optional)
Type: System.Collections.GenericIEnumerableKeyValuePairString, String
Data sent from the client-side

Return Value

Type: DtRequestRequestTypes
Request type
See Also