public static string GetTextOnlyLinkField(IUfNextPrevious that) => that.Value <string>("textOnlyLinkField");
public static string GetNextLinkText(IUfNextPrevious that) => that.Value <string>("nextLinkText");
public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetPreviousPageOverride(IUfNextPrevious that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("previousPageOverride");