Example #1
0
 /// <summary>Static getter for Content</summary>
 public static IHtmlString GetContent(IPageBase that)
 {
     return(that.GetPropertyValue <IHtmlString>("content"));
 }
Example #2
0
 /// <summary>Static getter for Headline</summary>
 public static string GetHeadline(IPageBase that)
 {
     return(that.GetPropertyValue <string>("headline"));
 }
Example #3
0
 /// <summary>Static getter for Image</summary>
 public static IPublishedContent GetImage(IPageBase that)
 {
     return(that.GetPropertyValue <IPublishedContent>("image"));
 }