コード例 #1
0
 public static string GetAuthor(INewsContentControls that) => that.Value <string>("author");
コード例 #2
0
 public static global::Umbraco.Core.Models.PublishedContent.IPublishedContent GetThumbnail(INewsContentControls that) => that.Value <global::Umbraco.Core.Models.PublishedContent.IPublishedContent>("thumbnail");
コード例 #3
0
 public static global::System.Web.IHtmlString GetNewsContent(INewsContentControls that) => that.Value <global::System.Web.IHtmlString>("newsContent");
コード例 #4
0
 public static string GetNewsTitle(INewsContentControls that) => that.Value <string>("newsTitle");
コード例 #5
0
 public static global::System.DateTime GetDate(INewsContentControls that) => that.Value <global::System.DateTime>("date");