HtmlFormControlName Property |
Gets the value of the control's name attribute.
Namespace:
NScrape.Forms
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntaxpublic string Name { get; }
Public ReadOnly Property Name As String
Get
public:
property String^ Name {
String^ get ();
}
member Name : string with get
Property Value
Type:
String
Remarks
If the control does not have an name attribute, null is returned.
See Also