MarkdownConversionPresentationStyleLocation Property
This is overridden in derived classes to provide the location of the presentation style files
Namespace: Sandcastle.Core.PresentationStyle.ConversionAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public override string Location { get; }
Public Overrides ReadOnly Property Location As String
Get
public:
virtual property String^ Location {
String^ get () override;
}
abstract Location : string with get
override Location : string with get
Property Value
StringTypically, this will return the path of the executing assembly
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.