示例#1
0
 public static string GetTextOnlyLinkField(IUfNextPrevious that) => that.Value <string>("textOnlyLinkField");
示例#2
0
 public static string GetNextLinkText(IUfNextPrevious that) => that.Value <string>("nextLinkText");
示例#3
0
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetPreviousPageOverride(IUfNextPrevious that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("previousPageOverride");