Exemplo n.º 1
0
 /// <summary>Static getter for Main Content</summary>
 public static IHtmlString GetMainContent(IBasicContentControls that)
 {
     return(that.GetPropertyValue <IHtmlString>("mainContent"));
 }
Exemplo n.º 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"));
 }
Exemplo n.º 3
0
 public static string GetTitle(IBasicContentControls that) => that.Value <string>("title");
Exemplo n.º 4
0
 public static global::System.Web.IHtmlString GetMainContent(IBasicContentControls that) => that.Value <global::System.Web.IHtmlString>("mainContent");
Exemplo n.º 5
0
 /// <summary>Static getter for Title Mobile Mode</summary>
 public static string GetTitleMobileMode(IBasicContentControls that)
 {
     return(that.GetPropertyValue <string>("titleMobileMode"));
 }
Exemplo n.º 6
0
 /// <summary>Static getter for Page Title</summary>
 public static string GetPageTitle(IBasicContentControls that)
 {
     return(that.GetPropertyValue <string>("pageTitle"));
 }