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