Click or drag to resize
RequestDebugLogRequestValues Method
Logs the current request values.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void LogRequestValues(
	bool responseCookies,
	bool requestCookies,
	bool requestInfo
)

Parameters

responseCookies
Type: SystemBoolean
Log response cookies
requestCookies
Type: SystemBoolean
Log request cookies
requestInfo
Type: SystemBoolean
Log request information
See Also