Themed 2026 Presentation Style Preview

CodeEntityReferenceToMarkdownLink Method

Convert the entity to its Markdown link form

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public string ToMarkdownLink(
	bool qualified
)

Parameters

qualified  Boolean
True if the link should be qualified with the namespace and parameter, false if not

Return Value

String
The entity in its Markdown link form

See Also