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