HtmlElement SetAttribute Method C# API
Overload List

  NameDescription
Public methodSetAttribute(String)
Sets the value of the specified attribute to an empty string.
Public methodSetAttribute(String, String)
Sets the value of the specified attribute. The attribute will be added if it does not already exist.
Back to Top
See Also