Click or drag to resize
EditorAction Method (NameValueCollection)
Get the form action. For use with MVC's 'Request.Form' collection

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public static DtRequestRequestTypes Action(
	NameValueCollection data = null
)

Parameters

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

Return Value

Type: DtRequestRequestTypes
Request type
See Also