TopicTransformationCoreResolvePath 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.
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public Func<string, string> ResolvePath { get; }
Public ReadOnly Property ResolvePath As Func(Of String, String)
Get
public:
property Func<String^, String^>^ ResolvePath {
Func<String^, String^>^ get ();
}
member ResolvePath : Func<string, string> with get
Property Value
FuncString,
String