Table of Contents

Class WebForm

Namespace
ScrapySharp.Html.Forms
Assembly
ScrapySharp.dll
public class WebForm
Inheritance
WebForm
Inherited Members

Constructors

WebForm()

public WebForm()

WebForm(HtmlNode)

public WebForm(HtmlNode html)

Parameters

html HtmlNode

WebForm(HElement)

public WebForm(HElement html)

Parameters

html HElement

Properties

Action

public string Action { get; set; }

Property Value

string

FormFields

public List<FormField> FormFields { get; set; }

Property Value

List<FormField>

this[string]

public string this[string key] { get; set; }

Parameters

key string

Property Value

string

Method

public HttpVerb Method { get; set; }

Property Value

HttpVerb

Methods

SerializeFormFields()

public string SerializeFormFields()

Returns

string

Submit(ScrapingBrowser, Uri)

public void Submit(ScrapingBrowser browser, Uri url)

Parameters

browser ScrapingBrowser
url Uri

Submit(ScrapingBrowser, Uri, HttpVerb)

public void Submit(ScrapingBrowser browser, Uri url, HttpVerb verb)

Parameters

browser ScrapingBrowser
url Uri
verb HttpVerb