Example #1
0
 public static string GetTitle(IBasicContentControls that) => that.Value <string>("title");
Example #2
0
 public static global::System.Web.IHtmlString GetMainContent(IBasicContentControls that) => that.Value <global::System.Web.IHtmlString>("mainContent");