Themed 2026 Presentation Style Preview

MarkdownConversionPresentationStyleLocation Property

This is overridden in derived classes to provide the location of the presentation style files

Definition

Namespace: Sandcastle.Core.PresentationStyle.Conversion
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public override string Location { get; }

Property Value

String
Typically, this will return the path of the executing assembly

Remarks

This one is in the Sandcastle.Core assembly so we need to ensure it returns the core components folder so that it finds the resource items files there and not in the tools folder.

See Also