Topic Transformation CoreResolve Path Property
This read-only property is used to get the function use to resolve a path to a presentation style
content file of some sort.
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public Func<string, string> ResolvePath { get; }VB
Public ReadOnly Property ResolvePath As Func(Of String, String)
GetC++
public:
property Func<String^, String^>^ ResolvePath {
Func<String^, String^>^ get ();
}F#
member ResolvePath : Func<string, string> with get