Click or drag to resize

FieldAjaxSaveEventArgsJsonResponse 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 HandledByExt or ContinueNoExec result in the event args. Note that a cancel result will also prevent the HTTP response from being modified.

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