Example #1
0
 public void SetEncTypeValue(E_FormEncType newValue)
 {
     setHTMLAttr<E_FormEncType>("enctype", newValue);
 }
Example #2
0
 public void SetEncTypeValue(E_FormEncType newValue)
 {
     setHTMLAttr <E_FormEncType>("enctype", newValue);
 }