IWebApiCreateTextResponse Method
|
Create http response with text data
Namespace:
Casewhere.WebTrigger.DSL
Assembly:
Casewhere.WebTrigger (in Casewhere.WebTrigger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void CreateTextResponse(
string text,
string mediaType = "text/plain"
)
Parameters
- text
- Type: SystemString
The text - mediaType (Optional)
- Type: SystemString
The mediaType. Default is text/plain.
See Also