Home / AJAX

Sys.Net.WebServiceProxy.jsonpCallbackParameter Property

RSS
Modified on 2009/11/14 19:13 by Administrator Categorized as Uncategorized

Gets or sets a value that specifies the callback function name for a JSONP request.

var jsonpCallbackParameter = webRequest.get_jsonpCallbackParameter();
webRequest.set_jsonpCallbackParameter("customCallBackFunction");

Return Value

A string that contains the name of the callback function name for a JSONP request.

See Also