Class WebForm
- Namespace
- ScrapySharp.Html.Forms
- Assembly
- ScrapySharp.dll
- Inheritance
-
WebForm
- Inherited Members
-
Constructors
public WebForm(HtmlNode html)
Parameters
html
HtmlNode
public WebForm(HElement html)
Parameters
html
HElement
Properties
public string Action { get; set; }
Property Value
- string
public List<FormField> FormFields { get; set; }
Property Value
- List<FormField>
public string this[string key] { get; set; }
Parameters
key
string
Property Value
- string
public HttpVerb Method { get; set; }
Property Value
- HttpVerb
Methods
public string SerializeFormFields()
Returns
- string
public void Submit(ScrapingBrowser browser, Uri url)
Parameters
browser
ScrapingBrowser
url
Uri
public void Submit(ScrapingBrowser browser, Uri url, HttpVerb verb)
Parameters
browser
ScrapingBrowser
url
Uri
verb
HttpVerb