Click or drag to resize
EditorAction Method (HttpRequest)
Get the form action. For use with an HttpRequest object

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public static DtRequestRequestTypes Action(
	HttpRequest http
)

Parameters

http
Type: System.WebHttpRequest
Data sent from the client-side

Return Value

Type: DtRequestRequestTypes
Request type
See Also