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
)
Protected Sub AddAttributes (
html As String
)
protected:
void AddAttributes(
String^ html
)
member AddAttributes :
html : string -> unit
Parameters
- html
- Type: SystemString
Contains the control HTML.
See Also