SnippetsOptionsHtmlStripMode Property

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

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public HtmlStripMode HtmlStripMode { get; set; }

Property Value

HtmlStripMode
The HTML strip mode.

See Also