AjaxMethodCallback.resultMode

Determines what type of result is expected.

Values include:

    * json Value is JSON decoded and an object is returned to the caller. This is the default value.
    • msajax Server is MS AJAX style and returns JSON in a 'wrapped' format that has a message root object. When this option is specified callMethod picks up the 'real' object in the wrapper and returns only the result value/object.

    • string The result is a raw string and no decoding of any kind is performed.

o.AjaxMethodCallback.resultMode

See also

Class AjaxMethodCallback

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic