Form RemoveElement Method C# API
Overload List

  NameDescription
Public methodRemoveElement(Int32)
Removes the nth HtmlElement from this Form.
Public methodRemoveElement(String)
Removes the HtmlElement with the specified name from this Form.
Public methodRemoveElement(String, String)
Removes the HtmlElement with the specified name and value from this Form.
Back to Top
See Also