Share via


Sys.UI.DataView.httpVerb Property

Gets or sets a string indicating the HTTP method. The default value is POST.

Note

To get property values for client API properties, you must call the property accessor method that is named with the get_ prefix. For example, to get a value for a property such as cancel, you call the get_cancel method.

var a = MyDataView.get_httpVerb();
MyDataView.set_httpVerb(value)

Parameters

Parameter

Description

value

A string that represents the HTTP method.

Return Value

A string representing the HTTP method.

See Also

Other Resources

Sys.UI.DataView Class

Language Reference