Click or drag to resize

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
)

Parameters

http
Type: System.WebHttpContext
The HTTP request to which to respond.
cxt
Type: NetQuarryIAppContext
The application context.
See Also