コード例 #1
0
 /// <summary>Static getter for Snippet</summary>
 public static string GetHeaderSubtitle(IHeaderSection that)
 {
     return(that.GetPropertyValue <string>("headerSubtitle"));
 }
 public static string GetHeaderTitle(IHeaderSection that) => that.Value <string>("headerTitle");
コード例 #3
0
 /// <summary>Static getter for Image</summary>
 public static IPublishedContent GetHeaderImage(IHeaderSection that)
 {
     return(that.GetPropertyValue <IPublishedContent>("headerImage"));
 }
コード例 #4
0
 public static IHtmlString GetHeaderSubtitle(IHeaderSection that) => that.Value <IHtmlString>("headerSubtitle");