Click or drag to resize

HtmlFormControlAddAttributes Method

Parse and add attributes from the control HTML.

Namespace:  NScrape.Forms
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
protected void AddAttributes(
	string html
)

Parameters

html
Type: SystemString
Contains the control HTML.
See Also