AjaxRequestEventArgsTextResponse Property |
The non-JSON text response provided in lieu of a
JsonResponse.
If set, the request's HttpResponse object will be cleared, and this content written to it.
The text may be plain text, html, or a json string as expected by the caller.
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.
See
JsonResponse for returning a JSON response.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string TextResponse { get; set; }
Public Property TextResponse As String
Get
Set
Property Value
Type:
StringSee Also