Code Entity ReferenceTo Markdown Link Method
Convert the entity to its Markdown link form
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The entity in its Markdown link form
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string ToMarkdownLink(
bool qualified
)VB
Public Function ToMarkdownLink (
qualified As Boolean
) As StringC++
public:
String^ ToMarkdownLink(
bool qualified
)F#
member ToMarkdownLink :
qualified : bool -> string Parameters
- qualified Boolean
- True if the link should be qualified with the namespace and parameter, false if not
Return Value
StringThe entity in its Markdown link form