SearchIndex.

IncludeHost(bool) Method

Summary

Indicates whether the host should be automatically included in generated links.
Assembly
Wyam.SearchIndex.dll
Namespace
Wyam.SearchIndex
Containing Type
SearchIndex

Syntax

public SearchIndex IncludeHost(bool includeHost = true)

Parameters

Name Type Description
includeHost bool true to include the host.

Return Value

Type Description
SearchIndex The current module instance.
GitHub