Пример #1
0
 public static ResourcesHelper BootstrapColumnClass(this ResourcesHelper registrator, int colSpan, BootstrapScreenSize size)
 {
     return(registrator.HtmlLiteral(BootstrapColumnClass(colSpan, size)));
 }
Пример #2
0
 public static ResourcesHelper BootstrapRowClass(this ResourcesHelper registrator, bool fluid = false)
 {
     return(registrator.HtmlLiteral(BootstrapRowClass(fluid)));
 }