Table of Contents

TopicTransformationCore.ResolvePath Property

Definition

Namespace
Sandcastle.Core.PresentationStyle.Transformation
Assembly
Sandcastle.Core.dll

This read-only property is used to get the function use to resolve a path to a presentation style content file of some sort.

public Func<string, string> ResolvePath { get; }

Property Value

Func<string, string>