Click or drag to resize
HtmlStripMode Enumeration
Determines the mode Sphinx uses when stripping HTML from excerpts.

Namespace: SphinxConnector.Common
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public enum HtmlStripMode
Members
  Member nameValueDescription
None0 Do not strip HTML from excerpts.
Strip1 Strip HTML from excerpts.
Index2 Use index settings.
Retain3 Retain HTML markup and protect it from highlighting.
See Also