Esempio n. 1
0
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetTeaserImage(ITeaser that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("teaserImage");
Esempio n. 2
0
 public static global::System.Web.IHtmlString GetTeaserText(ITeaser that) => that.Value <global::System.Web.IHtmlString>("teaserText");
Esempio n. 3
0
 public TeaserController(ITeaser teaser)
 {
     _teaser = teaser;
 }