OptionalElementWidgetWriteResponse Method |
Writes the JSON resonse to the HTTP response.
Namespace:
NetQuarry
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void WriteResponse(
HttpContext http,
IAppContext cxt
)
Public Sub WriteResponse (
http As HttpContext,
cxt As IAppContext
)
Parameters
- http
- Type: System.WebHttpContext
The HTTP request to which to respond. - cxt
- Type: NetQuarryIAppContext
The application context.
See Also