IStringSanitizer Interface

Relativity API
Sanitizes string input according to DB defined rules

Namespace:  Relativity.API
Assembly:  Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public interface IStringSanitizer

The IStringSanitizer type exposes the following members.

Properties

  NameDescription
Public propertySanitizeHtmlOutput
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.
Top
Methods

  NameDescription
Public methodSanitizeHtmlContent
Sanitize passed HTML Content
Top
See Also

Reference