Exemplo n.º 1
0
 public static ButtonBuilder Button(this BootstrapFactory factory, string title)
 {
     return(factory.Button().Title(title));
 }