HtmlToMamlPathProvider Property

This returns the base path provider for the other classes involved in the conversion that need relative paths.

Definition

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 2022.3.11.0
public static IBasePathProvider PathProvider { get; }

Return Value

IBasePathProvider
The HtmlToMaml object performing the conversion.

See Also