public HtmlForm():base("form"){ Class="form-horizontal"; ActionButonDiv = new HtmlDiv{Class="form-actions"}; Method="post"; }
public HtmlField(){ ControlGroupDiv = new HtmlDiv(){Class="control-group"}; ControlDiv= new HtmlDiv(){Class="controls"}; Label = new HtmlLabel(); }