예제 #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");