Html Strip Mode Enumeration
Determines the mode Sphinx uses when stripping HTML from excerpts.
Definition
Namespace: SphinxConnector.Common
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public enum HtmlStripModeVB
Public Enumeration HtmlStripModeMembers
| None | 0 | Do not strip HTML from excerpts. |
| Strip | 1 | Strip HTML from excerpts. |
| Index | 2 | Use index settings. |
| Retain | 3 | Retain HTML markup and protect it from highlighting. |