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.

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public Func<string, string> ResolvePath { get; }

Property Value

FuncString, String

See Also