Ejemplo n.º 1
0
 public static IEnumerable <Umbraco.Web.Models.Link> GetTcCta(ITitleAndContent that) => that.Value <IEnumerable <Umbraco.Web.Models.Link> >("tcCTA");
Ejemplo n.º 2
0
 public static IHtmlString GetTcContent(ITitleAndContent that) => that.Value <IHtmlString>("tcContent");