Click or drag to resize

SnippetsOptionsHtmlStripMode Property

Gets or sets the HTML strip mode. Default is Index. Supported in Sphinx 1.10.1 and above.

Namespace:  SphinxConnector.FluentApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public HtmlStripMode HtmlStripMode { get; set; }

Property Value

Type: HtmlStripMode
The HTML strip mode.
See Also