WebRequestJS Constructor(string)
In This Topic
Initializes a new instance of the
WebRequestJS class.
Syntax
// Parameters
var actionName; // Type: string
var successFunc; // Type: function
var errorFunc; // Type: function
var ajaxParams; // Type: object
var isAsync; // Type: boolean
var instance = new Vintasoft.Shared.WebRequestJS(actionName, successFunc, errorFunc, ajaxParams, isAsync);
function WebRequestJS(
: string
) : WebRequestJS;
Parameters
- actionName
- Action name.
Browser Compatibility
See Also