Table of Contents

Property UnresolvedNames

Namespace
DocWright.Dom.Editing
Assembly
DocWright.Dom.dll

UnresolvedNames

Gets the distinct names the document asked for and the data had no key for, ordered. A non-empty list is almost always a template typo or a missing field, which is why it is reported separately rather than folded into a count.

public IReadOnlyList<string> UnresolvedNames { get; }

Property Value

IReadOnlyList<string>