Sanitizes string input according to DB defined rules
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The IStringSanitizer type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | SanitizeHtmlOutput |
Indicates whether fields with HTML are sanitized on page render. If set to True, fields with HTML are sanitized. If set to False, fields with HTML aren't sanitized.
|
Methods
Name | Description | |
---|---|---|
![]() | SanitizeHtmlContent |
Sanitize passed HTML Content
|
See Also