C# Класс SimpleBrowser.Elements.FormElement

Наследование: HtmlElement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FormElement ( System.Xml.Linq.XElement element ) : System

Initializes a new instance of the FormElement class.

SubmitForm ( string url = null, HtmlElement clickedElement = null ) : bool

Submits the form

Приватные методы

Метод Описание
Submit ( string url = null, HtmlElement clickedElement = null ) : bool

Submits the form

Описание методов

FormElement() публичный Метод

Initializes a new instance of the FormElement class.
public FormElement ( System.Xml.Linq.XElement element ) : System
element System.Xml.Linq.XElement The XElement from the document corresponding to this element.
Результат System

SubmitForm() публичный Метод

Submits the form
public SubmitForm ( string url = null, HtmlElement clickedElement = null ) : bool
url string Optional. If specified, the url to submit the form. Overrides the form action.
clickedElement HtmlElement Optional. The element clicked, resulting in form submission.
Результат bool