コード例 #1
0
 public static string GetTitle(IGenericContent that) => that.Value <string>("title");
コード例 #2
0
 public static string GetHead(IGenericContent that) => that.Value <string>("head");
コード例 #3
0
 public static IPublishedContent GetImage(IGenericContent that) => that.Value <IPublishedContent>("image");
コード例 #4
0
 public static IHtmlString GetContent(IGenericContent that) => that.Value <IHtmlString>("content");