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