TocEntryToAnchor Method

Convert the entry to its <a> element form

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public string ToAnchor(
	string innerText
)

Parameters

innerText  String
Optional inner text

Return Value

String
The topic in its <a> element form

See Also