Example #1
0
 /// <summary>Static getter for Main Content</summary>
 public static IHtmlString GetMainContent(IBasicContentControls that)
 {
     return(that.GetPropertyValue <IHtmlString>("mainContent"));
 }
Example #2
0
 /// <summary>Static getter for Content Grid</summary>
 public static Newtonsoft.Json.Linq.JToken GetContentGrid(IBasicContentControls that)
 {
     return(that.GetPropertyValue <Newtonsoft.Json.Linq.JToken>("contentGrid"));
 }
Example #3
0
 public static string GetTitle(IBasicContentControls that) => that.Value <string>("title");
Example #4
0
 public static global::System.Web.IHtmlString GetMainContent(IBasicContentControls that) => that.Value <global::System.Web.IHtmlString>("mainContent");
Example #5
0
 /// <summary>Static getter for Title Mobile Mode</summary>
 public static string GetTitleMobileMode(IBasicContentControls that)
 {
     return(that.GetPropertyValue <string>("titleMobileMode"));
 }
Example #6
0
 /// <summary>Static getter for Page Title</summary>
 public static string GetPageTitle(IBasicContentControls that)
 {
     return(that.GetPropertyValue <string>("pageTitle"));
 }