Click or drag to resize

HtmlFormControlAddAttribute Method

Adds an individual attribute to the control HTML.

Namespace:  NScrape.Forms
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
protected void AddAttribute(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the attribute to add.
value
Type: SystemString
The attribute value.
See Also