Table of Contents

Property BookmarkResolver

Namespace
DocWright.Dom.Fields
Assembly
DocWright.Dom.dll

BookmarkResolver

Gets or sets the resolver for a bookmark name, returning its text or null when the bookmark does not exist.

public Func<string, string?>? BookmarkResolver { get; set; }

Property Value

Func<string, string>