Click or drag to resize

HtmlFormDefinitionParse Method

Parses HTML form definitions out of HTML text.

Namespace:  NScrape.Forms
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public static IEnumerable<HtmlFormDefinition> Parse(
	string html
)

Parameters

html
Type: SystemString
Contains the HTML text to be parsed.

Return Value

Type: IEnumerableHtmlFormDefinition
A collection of HtmlFormDefinition objects
See Also