ISandcastle ProjectAppend Markdown File Extensions To Urls Property
This read-only property is used to get whether or not to append ".md" extensions to topic URLs
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default is to false to leave them off. This is suitable for GitHib wiki content which does not add the filename extensions. Adding them causes the wiki to link to the raw file content rather than the rendered topic. If your site uses them or if you are rendering content to store in source control where they are used, set this property to true.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool AppendMarkdownFileExtensionsToUrls { get; }VB
ReadOnly Property AppendMarkdownFileExtensionsToUrls As Boolean
GetC++
property bool AppendMarkdownFileExtensionsToUrls {
bool get ();
}F#
abstract AppendMarkdownFileExtensionsToUrls : bool with getProperty Value
BooleanThe default is to false to leave them off. This is suitable for GitHib wiki content which does not add the filename extensions. Adding them causes the wiki to link to the raw file content rather than the rendered topic. If your site uses them or if you are rendering content to store in source control where they are used, set this property to true.