LocalFileRootPath Property

Definition

Assembly XenoAtom.Terminal.UI.Extensions.Markdown.dll

Gets an optional local file-system root path used to resolve relative Markdown links into file:// URIs.

public string? LocalFileRootPath { get; init; }

Returns

Remarks

When specified, non-absolute links that are not pure fragment/query references are combined with this root path before BaseUri is considered. Use this when Markdown documents contain local relative file references instead of web-relative links.