Click or drag to resize

AjaxRequestEventArgsJsonResponse Property

The JSON response. The HTTP response will be cleared and this JSON string will be written to the response. If the extension DOES NOT want this value written to a cleared response object, set the ExtResults.HandledByExt or ExtResults.ContinueNoExec result in the event args. Note that a cancel result will also prevent the HTTP response from being modified. See TextResponse for returning a text-only response.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string JsonResponse { get; set; }

Property Value

Type: String
See Also