Property BookmarkResolver
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; }
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; }