Form GetHtmlElement Method C# API
Overload List

  NameDescription
Public methodGetHtmlElement(Int32)
Gets the nth HtmlElement object in this Form.
Public methodGetHtmlElement(String)
Gets the HtmlElement with the specified name.
Public methodGetHtmlElement(String, String)
Gets the HtmlElement with the specified name and value.
Back to Top
See Also