예제 #1
0
 public HtmlConvention()
 {
     Inputs = new TagConventions();
     Labels = new TagConventions();
     Displays = new TagConventions();
     All = new TagConventions(true);
 }
 public HtmlConvention()
 {
     Inputs   = new TagConventions();
     Labels   = new TagConventions();
     Displays = new TagConventions();
     All      = new TagConventions(true);
 }