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
)
Protected Sub AddAttribute (
name As String,
value As String
)
protected:
void AddAttribute(
String^ name,
String^ value
)
member AddAttribute :
name : string *
value : string -> unit
Parameters
- name
- Type: SystemString
The name of the attribute to add.
- value
- Type: SystemString
The attribute value.
See Also