Click or drag to resize
RequestHelperRespond400 Method
Sets the 400 status (Bad Request) and ends the response.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void Respond400(
	string explanationMessage
)

Parameters

explanationMessage
Type: SystemString
The optional message to include in the response.
See Also