escapeSlash property
final
Whether to escape "/" (forward slash, solidus).
Escaping a slash is recommended to avoid cross-site scripting attacks by the Open Web Application Security Project
Implementation
final bool escapeSlash;
Whether to escape "/" (forward slash, solidus).
Escaping a slash is recommended to avoid cross-site scripting attacks by the Open Web Application Security Project
final bool escapeSlash;