| RequestHelperRespond400 Method  | 
            Sets the 400 status (Bad Request) and ends the response.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntaxpublic static void Respond400(
	string explanationMessage
)
Parameters
- explanationMessage
 - Type: SystemString
The optional message to include in the response. 
See Also