CodeEntityReferenceToMarkdownLink Method
Convert the entity to its Markdown link form
Namespace: Sandcastle.Core.ConceptualContentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public string ToMarkdownLink(
bool qualified
)
Public Function ToMarkdownLink (
qualified As Boolean
) As String
public:
String^ ToMarkdownLink(
bool qualified
)
member ToMarkdownLink :
qualified : bool -> string
- qualified Boolean
- True if the link should be qualified with the namespace and parameter, false if not
StringThe entity in its Markdown link form