/// <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");
/// <summary>Static getter for Image</summary> public static IPublishedContent GetHeaderImage(IHeaderSection that) { return(that.GetPropertyValue <IPublishedContent>("headerImage")); }
public static IHtmlString GetHeaderSubtitle(IHeaderSection that) => that.Value <IHtmlString>("headerSubtitle");