Click or drag to resize
Sandcastle Help File BuilderTocEntryToAnchor Method
Convert the entry to its <a> element form

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string ToAnchor(
	string innerText
)

Parameters

innerText
Type: SystemString
Optional inner text

Return Value

Type: String
The topic in its <a> element form
See Also