Exemple #1
0
 /// <summary>Static getter for Latest Blog Posts Title</summary>
 public static string GetLatestBlogPostsTitle(ILatestBlogPostsControl that)
 {
     return(that.GetPropertyValue <string>("latestBlogPostsTitle"));
 }
Exemple #2
0
 /// <summary>Static getter for Latest Blog Posts Introduction</summary>
 public static IHtmlString GetLatestBlogPostsIntroduction(ILatestBlogPostsControl that)
 {
     return(that.GetPropertyValue <IHtmlString>("latestBlogPostsIntroduction"));
 }