예제 #1
0
 public HtmlInputElement WithAutoComplete(string value) => WithAttribute(Attribute.AutoComplete(value));
예제 #2
0
 public HtmlTextAreaElement WithAutoComplete(string value) => WithAttribute(Attribute.AutoComplete(value));