TocEntryToAnchor Method

Convert the entry to its <a> element form

Definition

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

Parameters

innerText  String
Optional inner text

Return Value

String
The topic in its <a> element form

See Also