Table of Contents

Method TryResolve

Namespace
DocWright.Formats.Html
Assembly
DocWright.Formats.Html.dll

TryResolve(string, out HtmlResource)

Resolves a reference to bytes.

bool TryResolve(string reference, out HtmlResource resource)

Parameters

reference string

The reference as written, resolved against any <base href>.

resource HtmlResource

The resolved resource.

Returns

bool

true when the reference was resolved.