Result structure returned when Sanitizing HTML based input
Inheritance Hierarchy
Relativity.API.SanitizeHtmlContentResult
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The SanitizeHtmlContentResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SanitizeHtmlContentResult |
Properties
Name | Description | |
---|---|---|
![]() | CleanHtml |
Contains clean sanitized output
|
![]() | ErrorMessages |
Contains errors about any content which was removed due to sanitization rules
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also