SandcastleProjectAppendMarkdownFileExtensionsToUrls Property
This read-only property is used to get whether or not to append ".md" extensions to topic URLs
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public bool AppendMarkdownFileExtensionsToUrls { get; }
Public ReadOnly Property AppendMarkdownFileExtensionsToUrls As Boolean
Get
public:
property bool AppendMarkdownFileExtensionsToUrls {
bool get ();
}
member AppendMarkdownFileExtensionsToUrls : bool with get
Property 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.