Esempio n. 1
0
 public static IHtmlString WidgetChrome(this SitecoreHelper helper, string title)
 {
     return(helper.GetChromeAttribute(title, "widget"));
 }
Esempio n. 2
0
 public static IHtmlString ContainerChrome(this SitecoreHelper helper, string title)
 {
     return(helper.GetChromeAttribute(title, "container"));
 }