1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. TextOptions
  8. /
  9. GenerateHead

GenerateHead

TextOptions.GenerateHead property

Gets or sets a value indicating whether the Head tag is generated in the output HTML. The default value is true.

public bool GenerateHead { get; set; }

Property Value

A value indicating whether the Head tag is generated in the output HTML.

See Also