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