TextOptionsGenerateHead Property |
Gets or sets a value indicating whether the Head tag is generated in the output HTML.
The default value is true.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic bool GenerateHead { get; set; }
Public Property GenerateHead As Boolean
Get
Set
public:
property bool GenerateHead {
bool get ();
void set (bool value);
}
member GenerateHead : bool with get, set
Property Value
Type:
BooleanA value indicating whether the Head tag is generated in the output HTML.
See Also