Markdown Conversion Presentation StyleLocation 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: 2026.1.20.0
Typically, this will return the path of the executing assembly
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public override string Location { get; }VB
Public Overrides ReadOnly Property Location As String
GetC++
public:
virtual property String^ Location {
String^ get () override;
}F#
abstract Location : string with get
override Location : string with getProperty Value
StringTypically, 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.